+ add convenience method recomputeFeature()
+ make method recompute() protected
This commit is contained in:
@@ -314,7 +314,7 @@ OrthoViews::~OrthoViews()
|
||||
for (int i = views.size() - 1; i >= 0; i--)
|
||||
delete views[i];
|
||||
|
||||
page->recompute();
|
||||
page->recomputeFeature();
|
||||
}
|
||||
|
||||
void OrthoViews::slotDeletedDocument(const App::Document& Obj)
|
||||
|
||||
Reference in New Issue
Block a user