Correct delayed update when adding views to ProjectionGroup

This commit is contained in:
WandererFan
2016-10-24 14:03:30 -04:00
committed by Yorik van Havre
parent 72c8f7332f
commit 7c4ad55ed6
8 changed files with 89 additions and 23 deletions

View File

@@ -292,6 +292,7 @@ App::DocumentObject * DrawProjGroup::addProjection(const char *viewProjType)
addView(view); //from DrawViewCollection - add to ProjGroup Views
moveToCentre();
view->recompute();
}
return view;