make the smart dimension tool the default one
This commit is contained in:
committed by
Chris Hennes
parent
7075e3c1d5
commit
3e3c9d36b1
@@ -311,7 +311,7 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
|
||||
|
||||
ParameterGrp::handle hGrp = App::GetApplication().GetParameterGroupByPath(
|
||||
"User parameter:BaseApp/Preferences/Mod/TechDraw/dimensioning");
|
||||
bool separatedTools = hGrp->GetBool("SeparatedDimensioningTools", true);
|
||||
bool separatedTools = hGrp->GetBool("SeparatedDimensioningTools", false);
|
||||
if (hGrp->GetBool("SingleDimensioningTool", true)) {
|
||||
if (separatedTools) {
|
||||
*dims << "TechDraw_Dimension";
|
||||
|
||||
Reference in New Issue
Block a user