apply changes when shortcuts are modified

This commit is contained in:
Basile Burg 2015-05-13 08:03:13 +02:00
parent a2551d76ed
commit 87288cc4b0
1 changed files with 3 additions and 0 deletions

View File

@ -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}