fixes #0004193: ViewProviders do not inform observers about Proxy property change

This commit is contained in:
wmayer
2020-01-13 02:30:10 +01:00
parent e5d23469f7
commit 7dc81c76c7

View File

@@ -512,10 +512,9 @@ protected:
ViewProviderT::updateView();
}
}
else {
imp->onChanged(prop);
ViewProviderT::onChanged(prop);
}
imp->onChanged(prop);
ViewProviderT::onChanged(prop);
}
/// is called by the document when the provider goes in edit mode
virtual bool setEdit(int ModNum) override