diff --git a/src/ce_editoroptions.pas b/src/ce_editoroptions.pas index c5b435a0..53f1584c 100644 --- a/src/ce_editoroptions.pas +++ b/src/ce_editoroptions.pas @@ -355,6 +355,9 @@ begin shc.shortcut:= aShortcut; break; end; + // note: shortcut modifications are not reversible, + // they are sent from another option editor. + applyChangesFromSelf; end; {$ENDREGION}