Changeset 456 for trunk/Settings.pas
- Timestamp:
- May 30, 2023, 11:31:10 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Settings.pas
r447 r456 6 6 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls, 7 7 LCLProc, ScreenTools, Messg, ButtonA, Directories, DrawDlg, ButtonC, 8 UKeyBindings, ULanguages;8 KeyBindings, Languages; 9 9 10 10 type … … 270 270 else ButtonFullscreen.ButtonIndex := 2; 271 271 LocalGamma := Gamma; 272 LocalKeyBindings.Assign(KeyBindings );272 LocalKeyBindings.Assign(KeyBindings.KeyBindings); 273 273 end; 274 274 … … 288 288 Gamma := LocalGamma; 289 289 if NeedRestart then SimpleMessage(SRestartMsg); 290 KeyBindings. Assign(LocalKeyBindings);290 KeyBindings.KeyBindings.Assign(LocalKeyBindings); 291 291 end; 292 292
Note:
See TracChangeset
for help on using the changeset viewer.