From: akl Date: Fri, 14 Jun 2013 11:46:28 +0000 (+0000) Subject: To represent Origin and base Vectors in the object browser correctly. X-Git-Tag: BR_hydro_v_0_3_1~204 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d291bd2941d00eb8dabb3ad85e87fa17404c8ef3;p=modules%2Fgeom.git To represent Origin and base Vectors in the object browser correctly. --- diff --git a/src/GEOMGUI/GeometryGUI.cxx b/src/GEOMGUI/GeometryGUI.cxx index 8b8d3a872..19f277735 100644 --- a/src/GEOMGUI/GeometryGUI.cxx +++ b/src/GEOMGUI/GeometryGUI.cxx @@ -707,7 +707,7 @@ void GeometryGUI::createOriginAndBaseVectors() GetGeomGen()->PublishInStudy( aDSStudy, SALOMEDS::SObject::_nil(), anOY, "OY" ); GetGeomGen()->PublishInStudy( aDSStudy, SALOMEDS::SObject::_nil(), anOZ, "OZ" ); - getApp()->updateObjectBrowser( false ); + getApp()->updateObjectBrowser( true ); } } }