Gui: Fix Std_LinkActions

Currently the active button of the Std_LinkActions command is toggable that is confusing behaviour.
This PR makes the action group non-checkable
This commit is contained in:
wmayer
2024-04-01 19:25:45 +02:00
committed by wwmayer
parent 3b39c0885b
commit d063ea58a4

View File

@@ -882,6 +882,8 @@ public:
eType = AlterDoc;
bCanLog = false;
setCheckable(false);
addCommand(new StdCmdLinkMake());
addCommand(new StdCmdLinkMakeRelative());
addCommand(new StdCmdLinkReplace());