From b304151b08225b60eb8d68754d590cb378bd4354 Mon Sep 17 00:00:00 2001 From: vsv Date: Thu, 18 May 2006 14:57:52 +0000 Subject: [PATCH] *** empty log message *** --- src/GEOMGUI/GeometryGUI_Swig.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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); - }*/ + } } } } -- 2.39.2