Ensure DrawView picks up DrawPage Scale at creation

This commit is contained in:
WandererFan
2017-09-07 19:47:40 -04:00
committed by wmayer
parent c0cddda862
commit ac762c32ea
3 changed files with 16 additions and 8 deletions

View File

@@ -267,6 +267,8 @@ int DrawPage::addView(App::DocumentObject *docObj)
view->ScaleType.setValue("Automatic");
}
view->checkScale();
return Views.getSize();
}