]> SALOME platform Git repositories - modules/gui.git/blobdiff - src/SALOME_SWIG/SALOMEGUI_Swig.cxx
Salome HOME
Added a call to a method updateActions of SalomeApp_Application to update the status...
[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
       }
     }
   };