mirror of https://gitlab.com/basile.b/dexed.git
apply changes when shortcuts are modified
This commit is contained in:
parent
a2551d76ed
commit
87288cc4b0
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue