Sketcher_Dimension : Turn the command into a group-command to have at hand individual commands.
This commit is contained in:
@@ -441,7 +441,12 @@ inline void SketcherAddWorkbenchConstraints<Gui::ToolBarItem>(Gui::ToolBarItem&
|
||||
<< "Sketcher_ConstrainBlock"
|
||||
<< "Separator";
|
||||
if (hGrp->GetBool("SingleDimensioningTool", true)) {
|
||||
cons << "Sketcher_Dimension";
|
||||
if (! hGrp->GetBool("SeparatedDimensioningTools", false)) {
|
||||
cons << "Sketcher_CompDimensionTools";
|
||||
}
|
||||
else {
|
||||
cons << "Sketcher_Dimension";
|
||||
}
|
||||
}
|
||||
if (hGrp->GetBool("SeparatedDimensioningTools", false)) {
|
||||
cons << "Sketcher_ConstrainLock"
|
||||
|
||||
Reference in New Issue
Block a user