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;
|
shc.shortcut:= aShortcut;
|
||||||
break;
|
break;
|
||||||
end;
|
end;
|
||||||
|
// note: shortcut modifications are not reversible,
|
||||||
|
// they are sent from another option editor.
|
||||||
|
applyChangesFromSelf;
|
||||||
end;
|
end;
|
||||||
{$ENDREGION}
|
{$ENDREGION}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue