Ignore:
Timestamp:
Jun 15, 2019, 8:13:43 PM (5 years ago)
Author:
chronos
Message:
  • Fixed: Scrollbar in Help form was not working correctly under Linux.
  • Fixed: Incorrect deallocation of objects in Help form.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/PVSB.pas

    r171 r172  
    153153begin
    154154  FMax := AValue;
    155   ScrollBar.Max := Math.Max(0, Max{$IFDEF LINUX} - PageSize + 1{$ENDIF});
     155  ScrollBar.Max := Math.Max(0, FMax);
    156156end;
    157157
Note: See TracChangeset for help on using the changeset viewer.