make the smart dimension tool the default one

This commit is contained in:
Max Wilfinger
2024-05-17 19:58:37 +02:00
committed by Chris Hennes
parent 7075e3c1d5
commit 3e3c9d36b1
2 changed files with 2 additions and 2 deletions

View File

@@ -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";