Salome HOME
Import SALOME_Session_idl to allow the getting of SALOME_Session object
[modules/gui.git] / src / SALOME_SWIG / SALOMEGUI_Swig.cxx
index 7c79a6b0bac49b4fb64b2a64266d056169ef4077..088c576ebfc6dee4abf061bb271e34fc2a6345ac 100644 (file)
@@ -138,6 +138,7 @@ void SALOMEGUI_Swig::updateObjBrowser( bool /*updateSelection*/ )
     virtual void Execute() {
       if ( SalomeApp_Application* anApp = getApplication() ) {
        anApp->updateObjectBrowser();
+       anApp->updateActions(); //SRN: added in order to update the toolbar
       }
     }
   };