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
|
@ -390,6 +390,7 @@ end;
|
|||
procedure TTools.scedSetItem(const index: integer; constref item: TEditableShortcut);
|
||||
begin
|
||||
tool[index].shortcut := item.shortcut;
|
||||
updateMenu();
|
||||
end;
|
||||
{$ENDREGION}
|
||||
|
||||
|
|
Loading…
Reference in New Issue