mirror of https://gitlab.com/basile.b/dexed.git
fix, main menu action, only one shortcut could be assigned
This commit is contained in:
parent
67c14dfb6d
commit
973906f3ed
|
@ -1000,7 +1000,6 @@ begin
|
||||||
if act.Caption <> identifier then
|
if act.Caption <> identifier then
|
||||||
continue;
|
continue;
|
||||||
act.ShortCut := aShortcut;
|
act.ShortCut := aShortcut;
|
||||||
break;
|
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
{$ENDREGION}
|
{$ENDREGION}
|
||||||
|
|
Loading…
Reference in New Issue