Changeset 518 for trunk/LocalPlayer


Ignore:
Timestamp:
Jan 6, 2024, 12:07:04 AM (4 months ago)
Author:
chronos
Message:
  • Fixed: Make fractional scaling work also on Windows.
  • Modified: By default use system DPI setting.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Select.pas

    r508 r518  
    16751675
    16761676  Kind := ListKind;
    1677   ModalIndication := not(Kind in MustChooseKind);
     1677  ModalIndication := not (Kind in MustChooseKind);
    16781678  case Kind of
    16791679    kProject:
Note: See TracChangeset for help on using the changeset viewer.