From d291bd2941d00eb8dabb3ad85e87fa17404c8ef3 Mon Sep 17 00:00:00 2001 From: akl Date: Fri, 14 Jun 2013 11:46:28 +0000 Subject: [PATCH] To represent Origin and base Vectors in the object browser correctly. --- src/GEOMGUI/GeometryGUI.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); } } } -- 2.39.2