[Sketcher] Fix initial autoconstraints behavior

This commit is contained in:
SmallSharky
2019-05-13 10:56:42 +03:00
committed by abdullahtahiriyo
parent 15f440525e
commit 41c828a3b5

View File

@@ -301,7 +301,7 @@ ViewProviderSketch::ViewProviderSketch()
this->RestoreCamera.setValue(hGrp->GetBool("RestoreCamera", true));
// well it is not visibility automation but a good place nevertheless
this->Autoconstraints.setValue(hGrp->GetBool("AutoConstraints",false));
this->Autoconstraints.setValue(hGrp->GetBool("AutoConstraints", true));
}
sPixmap = "Sketcher_Sketch";