0000415: Wrong tree structure of restored python objects

This commit is contained in:
wmayer 2012-04-12 14:52:24 +02:00
parent 85e9e013ab
commit 327f9be16c

View File

@ -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();
}
}
}