Changeset 309 for trunk


Ignore:
Timestamp:
Mar 15, 2021, 6:09:17 PM (3 years ago)
Author:
chronos
Message:
  • Fixed: Wrong buttons text color in Settings dialog.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Settings.pas

    r293 r309  
    103103  OKBtn.Caption := Phrases.Lookup('BTN_OK');
    104104  CancelBtn.Caption := Phrases.Lookup('BTN_CANCEL');
    105   OkBtn.Graphic := GrExt[HGrSystem].Data;
    106   CancelBtn.Graphic := GrExt[HGrSystem].Data;
    107 
    108   ButtonFullscreen.Graphic := GrExt[HGrSystem].Data;
     105  InitButtons;
    109106end;
    110107
Note: See TracChangeset for help on using the changeset viewer.