Ensure DrawView picks up DrawPage Scale at creation

This commit is contained in:
WandererFan
2017-09-10 15:25:58 +02:00
committed by wmayer
parent dfe174aec5
commit d15cd94f19
3 changed files with 16 additions and 8 deletions
+2
View File
@@ -267,6 +267,8 @@ int DrawPage::addView(App::DocumentObject *docObj)
view->ScaleType.setValue("Automatic");
}
view->checkScale();
return Views.getSize();
}