Changeset 521 for trunk


Ignore:
Timestamp:
Jan 6, 2024, 9:38:18 AM (4 months ago)
Author:
chronos
Message:
  • Modified: Allow to change custom DPI value in Settings dialog only if custom DPI is enabled.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Settings.pas

    r499 r521  
    181181begin
    182182  ButtonCustomDpi.ButtonIndex := ButtonCustomDpi.ButtonIndex xor 1;
     183  ButtonDpiUp.Enabled := GetLocalCustomDpiEnabled;
     184  ButtonDpiDown.Enabled := GetLocalCustomDpiEnabled;
    183185end;
    184186
Note: See TracChangeset for help on using the changeset viewer.