Fix ProjectionGroup Automatic scaling

This commit is contained in:
WandererFan
2016-10-31 11:06:15 -02:00
committed by Yorik van Havre
parent a912ccd9bb
commit a5a20701a7
11 changed files with 196 additions and 139 deletions
+3 -2
View File
@@ -162,7 +162,7 @@ App::DocumentObjectExecReturn *DrawViewPart::execute(void)
return new App::DocumentObjectExecReturn("FVP - Linked shape object is empty");
}
//Base::Console().Message("TRACE - DVP::execute - %s \n",Label.getValue());
//Base::Console().Message("TRACE - DVP::execute - %s/%s ScaleType: %s\n",getNameInDocument(),Label.getValue(),ScaleType.getValueAsString());
(void) DrawView::execute(); //make sure Scale is up to date
@@ -226,7 +226,8 @@ short DrawViewPart::mustExecute() const
if (!isRestoring()) {
result = (Direction.isTouched() ||
Source.isTouched() ||
Scale.isTouched() );
Scale.isTouched() ||
ScaleType.isTouched());
}
if (result) {