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 6bf1a623c5
commit 006fada679

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