Gui: Allow ActionGroups to not remember choice
This is fix to issue mentioned in the #11717, on discord and forum that for smart dimension tool the chosen tool should not be remembered. This will ensure that the "smart" tool is always visible on the toolbar and other tools are accessible in case that such explicit choice is needed.
This commit is contained in:
committed by
Yorik van Havre
parent
ac67cd225d
commit
a8f0f5964e
@@ -1163,6 +1163,7 @@ public:
|
||||
eType = ForEdit;
|
||||
|
||||
setCheckable(false);
|
||||
setRememberLast(false);
|
||||
|
||||
addCommand("Sketcher_Dimension");
|
||||
addCommand(); //separator
|
||||
|
||||
Reference in New Issue
Block a user