Allow DrawPage updates to be suspended
This commit is contained in:
@@ -103,6 +103,10 @@ void DrawViewClip::removeView(DrawView *view)
|
||||
|
||||
App::DocumentObjectExecReturn *DrawViewClip::execute(void)
|
||||
{
|
||||
if (!keepUpdated()) {
|
||||
return App::DocumentObject::StdReturn;
|
||||
}
|
||||
|
||||
touch();
|
||||
|
||||
std::vector<App::DocumentObject*> children = Views.getValues();
|
||||
|
||||
Reference in New Issue
Block a user