Ignore:
Timestamp:
Jul 26, 2025, 10:25:05 AM (20 hours ago)
Author:
chronos
Message:
  • Fixed: Error if left or right key pressed in Select dialog with multiple layers.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Select.pas

    r674 r675  
    19321932      LayerClassesButton.Down := Layer = Layers[laClasses];
    19331933      ScrollBar.Init(Layer.Lines.Count - 1, DispLines);
     1934      Selected := -1;
    19341935      SetSelectionIndex(LastSelectionIndex);
    19351936      SmartUpdateContent;
     
    19461947      LayerClassesButton.Down := Layer = Layers[laClasses];
    19471948      ScrollBar.Init(Layer.Lines.Count - 1, DispLines);
     1949      Selected := -1;
    19481950      SetSelectionIndex(LastSelectionIndex);
    19491951      SmartUpdateContent;
Note: See TracChangeset for help on using the changeset viewer.