From 8a519c1c495f677392b302b98e2f180b0c70ed0b Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Sun, 8 Mar 2020 21:38:56 +0100 Subject: [PATCH] fix, shortcuts for the tools menu not updated after editing the options --- src/u_tools.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/src/u_tools.pas b/src/u_tools.pas index 366ac409..a93ab2e0 100644 --- a/src/u_tools.pas +++ b/src/u_tools.pas @@ -390,6 +390,7 @@ end; procedure TTools.scedSetItem(const index: integer; constref item: TEditableShortcut); begin tool[index].shortcut := item.shortcut; + updateMenu(); end; {$ENDREGION}