Ignore:
Timestamp:
Sep 13, 2024, 8:12:07 PM (6 days ago)
Author:
chronos
Message:
  • Fixed: Rows scrolling of high number of units in single map tile.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/PVSB.pas

    r508 r610  
    5454  Self.Max := Max;
    5555  ScrollBar.Position := 0;
    56   ScrollBar.Visible := Max >= ScrollBar.PageSize;
     56  ScrollBar.Visible := Max > ScrollBar.PageSize;
    5757end;
    5858
Note: See TracChangeset for help on using the changeset viewer.