Allow DrawPage updates to be suspended
This commit is contained in:
@@ -86,7 +86,6 @@ std::vector<std::string> ViewProviderTemplate::getDisplayModes(void) const
|
||||
|
||||
void ViewProviderTemplate::updateData(const App::Property* prop)
|
||||
{
|
||||
//Base::Console().Log("ViewProviderTemplate::updateData(%s)/n",prop->getName());
|
||||
Gui::ViewProviderDocumentObject::updateData(prop);
|
||||
}
|
||||
|
||||
@@ -105,6 +104,7 @@ void ViewProviderTemplate::onChanged(const App::Property *prop)
|
||||
hide();
|
||||
}
|
||||
}
|
||||
|
||||
Gui::ViewProviderDocumentObject::onChanged(prop);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user