fix, shortcuts for the tools menu not updated after editing the options

This commit is contained in:
Basile Burg 2020-03-08 21:38:56 +01:00
parent 205c7bcfc1
commit 8a519c1c49
1 changed files with 1 additions and 0 deletions

View File

@ -390,6 +390,7 @@ end;
procedure TTools.scedSetItem(const index: integer; constref item: TEditableShortcut);
begin
tool[index].shortcut := item.shortcut;
updateMenu();
end;
{$ENDREGION}