Salome HOME
Added a call to a method updateActions of SalomeApp_Application to update the status...
authorsrn <srn@opencascade.com>
Wed, 24 Aug 2005 09:33:11 +0000 (09:33 +0000)
committersrn <srn@opencascade.com>
Wed, 24 Aug 2005 09:33:11 +0000 (09:33 +0000)
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
       }
     }
   };