Allow DrawPage updates to be suspended

This commit is contained in:
WandererFan
2017-09-10 15:21:54 +02:00
committed by wmayer
parent b9292683ae
commit e8f2c68b5c
28 changed files with 844 additions and 69 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ App::DocumentObjectExecReturn *DrawTemplate::execute(void)
}
if(page) {
page->Template.touch();
page->Template.touch(); //if you are on a page, execute yourself???
}
return App::DocumentObject::execute();