fixes 0003986: Changing view attributes does not trigger 'File changed' status

This commit is contained in:
wmayer
2019-05-26 23:25:58 +02:00
parent e774788dbd
commit 7646e54580
4 changed files with 9 additions and 1 deletions

View File

@@ -471,6 +471,7 @@ void Document::slotNewObject(const App::DocumentObject& Obj)
// adding to the tree
signalNewObject(*pcProvider);
pcProvider->pcDocument = this;
// it is possible that a new viewprovider already claims children
handleChildren3D(pcProvider);