0000415: Wrong tree structure of restored python objects
This commit is contained in:
@@ -383,6 +383,10 @@ void ViewProviderPythonFeatureImp::attach(App::DocumentObject *pcObject)
|
||||
args.setItem(0, Py::Object(object->getPyObject(), true));
|
||||
method.apply(args);
|
||||
}
|
||||
|
||||
// #0000415: Now simulate a property change event to call
|
||||
// claimChildren if implemented.
|
||||
pcObject->Label.touch();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user