Performance Ph2
This commit is contained in:
committed by
Yorik van Havre
parent
ca2af6ec45
commit
e0ca83d5cc
@@ -134,7 +134,7 @@ short DrawView::mustExecute() const
|
||||
if (result) {
|
||||
return result;
|
||||
}
|
||||
return App::DocumentObject::mustExecute(); return App::DocumentObject::mustExecute();
|
||||
return App::DocumentObject::mustExecute();
|
||||
}
|
||||
|
||||
////you must override this in derived class
|
||||
@@ -146,7 +146,6 @@ QRectF DrawView::getRect() const
|
||||
|
||||
void DrawView::onDocumentRestored()
|
||||
{
|
||||
// Rebuild the view
|
||||
DrawView::execute();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user