Changeset 701


Ignore:
Timestamp:
Aug 11, 2025, 1:05:19 PM (9 hours ago)
Author:
chronos
Message:
  • Fixed: Do not allow scroll bar to have focus to make function keys working in selection dialog on Windows.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/PVSB.pas

    r612 r701  
    195195  ScrollBar.Parent := Parent;
    196196  ScrollBar.Width := 16;
     197  ScrollBar.TabStop := False;
    197198  WheelSteps := 4;
    198199end;
Note: See TracChangeset for help on using the changeset viewer.