Gui: add function to observe before changing a property

This commit is contained in:
wmayer
2020-01-13 02:17:39 +01:00
parent 4a8bafd88c
commit 6bf1a623c5
6 changed files with 38 additions and 0 deletions

View File

@@ -169,6 +169,8 @@ void ViewProviderDocumentObject::onBeforeChange(const App::Property* prop)
onBeforeChangeProperty(doc, prop);
}
}
ViewProvider::onBeforeChange(prop);
}
void ViewProviderDocumentObject::onChanged(const App::Property* prop)