Changeset 386 for trunk/Settings.pas
- Timestamp:
- Apr 27, 2021, 6:48:47 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Settings.pas
r385 r386 244 244 begin 245 245 if Assigned(CurrentKeyBinding) then begin 246 if CurrentKeyBinding.ShortCut > 0 then 247 LocalKeyBindings.RemoveShortCut(CurrentKeyBinding.ShortCut); 248 if CurrentKeyBinding.ShortCut2 > 0 then 249 LocalKeyBindings.RemoveShortCut(CurrentKeyBinding.ShortCut2); 246 250 CurrentKeyBinding.ShortCut := TextToShortCut(EditShortCutPrimary.Text); 247 251 CurrentKeyBinding.ShortCut2 := TextToShortCut(EditShortCutSecondary.Text);
Note:
See TracChangeset
for help on using the changeset viewer.