Correct delayed update when adding views to ProjectionGroup
This commit is contained in:
committed by
Yorik van Havre
parent
72c8f7332f
commit
7c4ad55ed6
@@ -292,6 +292,7 @@ App::DocumentObject * DrawProjGroup::addProjection(const char *viewProjType)
|
||||
|
||||
addView(view); //from DrawViewCollection - add to ProjGroup Views
|
||||
moveToCentre();
|
||||
view->recompute();
|
||||
}
|
||||
|
||||
return view;
|
||||
|
||||
Reference in New Issue
Block a user