Changeset 504 for trunk/LocalPlayer


Ignore:
Timestamp:
Dec 24, 2023, 12:57:24 PM (5 months ago)
Author:
chronos
Message:
  • Fixed: ScrollBar was not visible on Windows due to not set Width.
  • Modified: Code cleanup.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/PVSB.pas

    r468 r504  
    189189  ScrollBar.OnChange := ScrollBarChanged;
    190190  ScrollBar.Parent := Parent;
     191  ScrollBar.Width := 24;
    191192end;
    192193
Note: See TracChangeset for help on using the changeset viewer.