From 87288cc4b099056ceb19e33d124a811c32e8439a Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Wed, 13 May 2015 08:03:13 +0200 Subject: [PATCH] apply changes when shortcuts are modified --- src/ce_editoroptions.pas | 3 +++ 1 file changed, 3 insertions(+) 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}