Ignore:
Timestamp:
Sep 13, 2024, 8:35:17 PM (6 days ago)
Author:
chronos
Message:
  • Modified: Scroll just by single row with mouse wheel in tile units list.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Term.pas

    r610 r611  
    17441744
    17451745  VerticalScrollBar := TPVScrollbar.Create(Self);
     1746  VerticalScrollBar.WheelSteps := 1;
    17461747  VerticalScrollBar.OnUpdate := ScrollBarUpdate;
    17471748end;
Note: See TracChangeset for help on using the changeset viewer.