Changeset 675 for trunk/LocalPlayer/Select.pas
- Timestamp:
- Jul 26, 2025, 10:25:05 AM (20 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/Select.pas
r674 r675 1932 1932 LayerClassesButton.Down := Layer = Layers[laClasses]; 1933 1933 ScrollBar.Init(Layer.Lines.Count - 1, DispLines); 1934 Selected := -1; 1934 1935 SetSelectionIndex(LastSelectionIndex); 1935 1936 SmartUpdateContent; … … 1946 1947 LayerClassesButton.Down := Layer = Layers[laClasses]; 1947 1948 ScrollBar.Init(Layer.Lines.Count - 1, DispLines); 1949 Selected := -1; 1948 1950 SetSelectionIndex(LastSelectionIndex); 1949 1951 SmartUpdateContent;
Note:
See TracChangeset
for help on using the changeset viewer.