make the smart dimension tool the default one
This commit is contained in:
committed by
Chris Hennes
parent
7075e3c1d5
commit
3e3c9d36b1
@@ -167,7 +167,7 @@ void DlgPrefsTechDrawDimensionsImp::loadSettings()
|
||||
ParameterGrp::handle hGrp = App::GetApplication().GetParameterGroupByPath(
|
||||
"User parameter:BaseApp/Preferences/Mod/TechDraw/dimensioning");
|
||||
bool singleTool = hGrp->GetBool("SingleDimensioningTool", true);
|
||||
bool SeparatedTools = hGrp->GetBool("SeparatedDimensioningTools", true);
|
||||
bool SeparatedTools = hGrp->GetBool("SeparatedDimensioningTools", false);
|
||||
int index = SeparatedTools ? (singleTool ? 2 : 1) : 0;
|
||||
ui->dimensioningMode->setCurrentIndex(index);
|
||||
setProperty("dimensioningMode", index);
|
||||
|
||||
Reference in New Issue
Block a user