Salome HOME
Bug 9189:
[modules/smesh.git] / src / SMESHGUI / SMESHGUI.cxx
index 1688eb8bd481694a490cfacc9dfb2e0545f5eeb3..2f5e5f6221eff8b63e8cbc01ef7d4abc6ee9f9ee 100644 (file)
@@ -1352,6 +1352,7 @@ bool SMESHGUI::OnGUIEvent( int theCommandID )
                              tr("SMESH_WRN_VIEWER_VTK"),
                              tr("SMESH_BUT_OK"));
       }
+      updateObjBrowser();
       break;
     }
 
@@ -1894,6 +1895,7 @@ bool SMESHGUI::OnGUIEvent( int theCommandID )
           }
         }
       }
+      updateObjBrowser( true );
       break;
     }
 
@@ -2279,7 +2281,7 @@ bool SMESHGUI::OnGUIEvent( int theCommandID )
 
   }
 
-  updateObjBrowser();
+  //updateObjBrowser();
   return true;
 }