[TD]synchronize defaults in code and prefs

This commit is contained in:
wandererfan
2020-03-13 14:52:27 -04:00
committed by WandererFan
parent 2dfc4099b6
commit ee626abef4
14 changed files with 222 additions and 240 deletions

View File

@@ -656,7 +656,7 @@ bool DrawUtil::isCrazy(TopoDS_Edge e)
Base::Reference<ParameterGrp> hGrp = App::GetApplication().GetUserParameter().GetGroup("BaseApp")->
GetGroup("Preferences")->GetGroup("Mod/TechDraw/debug");
bool crazyOK = hGrp->GetBool("allowCrazyEdge", true);
bool crazyOK = hGrp->GetBool("allowCrazyEdge", false);
if (crazyOK) {
return false;
}