Performance Ph2

This commit is contained in:
WandererFan
2016-10-06 11:00:35 -03:00
committed by Yorik van Havre
parent 3cf036de4c
commit 001bbf52d6
9 changed files with 352 additions and 186 deletions
+1 -2
View File
@@ -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();
}