0000415: Wrong tree structure of restored python objects
This commit is contained in:
parent
85e9e013ab
commit
327f9be16c
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user