From: vsv Date: Thu, 18 May 2006 14:57:52 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2FEDF_EFICAS;p=modules%2Fgeom.git *** empty log message *** --- diff --git a/src/GEOMGUI/GeometryGUI_Swig.cxx b/src/GEOMGUI/GeometryGUI_Swig.cxx index 4e2fee133..24c009057 100644 --- a/src/GEOMGUI/GeometryGUI_Swig.cxx +++ b/src/GEOMGUI/GeometryGUI_Swig.cxx @@ -203,14 +203,13 @@ void GEOM_Swig::createAndDisplayGO (const char* Entry) ic->AddOrRemoveCurrentObject(aSh,true); }*/ // update object browser - // Already defined as a next operation - /* SalomeApp_Application* app = NULL; //dynamic_cast(app); + SalomeApp_Application* app = NULL; //dynamic_cast(app); if (app) { CAM_Module* module = app->module("Geometry"); SalomeApp_Module* appMod = dynamic_cast(module); if (appMod) appMod->updateObjBrowser(true); - }*/ + } } } }