issue #0002802: Set a name to coin rootnodes of objects

This commit is contained in:
wmayer
2016-12-15 22:16:19 +01:00
parent 1ec381a07f
commit b97f93c5a8
5 changed files with 27 additions and 5 deletions

View File

@@ -180,6 +180,9 @@ void ViewProviderGeometryObject::updateData(const App::Property* prop)
Base::Placement p = static_cast<const App::PropertyPlacement*>(prop)->getValue();
updateTransform(p, pcTransform);
}
else {
ViewProviderDocumentObject::updateData(prop);
}
}
bool ViewProviderGeometryObject::doubleClicked(void)