mirror of https://gitlab.com/basile.b/dexed.git
fix, shortcuts for the tools menu not updated after editing the options
This commit is contained in:
parent
205c7bcfc1
commit
8a519c1c49
src
|
@ -390,6 +390,7 @@ end;
|
||||||
procedure TTools.scedSetItem(const index: integer; constref item: TEditableShortcut);
|
procedure TTools.scedSetItem(const index: integer; constref item: TEditableShortcut);
|
||||||
begin
|
begin
|
||||||
tool[index].shortcut := item.shortcut;
|
tool[index].shortcut := item.shortcut;
|
||||||
|
updateMenu();
|
||||||
end;
|
end;
|
||||||
{$ENDREGION}
|
{$ENDREGION}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue