ScaleType/Scale linkage & PropertyEditor

This commit is contained in:
WandererFan
2016-03-06 19:56:03 -05:00
committed by wmayer
parent 8a9c708659
commit af7d7f3118
4 changed files with 30 additions and 42 deletions

View File

@@ -580,7 +580,6 @@ App::DocumentObjectExecReturn *DrawProjGroup::execute(void)
view->ScaleType.setValue("Custom");
view->Scale.setValue(autoScale);
view->Scale.touch();
//view->Scale.StatusBits.set(2);
view->Scale.setStatus(App::Property::ReadOnly,true);
view->touch();
}