From: srn Date: Wed, 24 Aug 2005 09:33:11 +0000 (+0000) Subject: Added a call to a method updateActions of SalomeApp_Application to update the status... X-Git-Tag: T_3_0_2a1~9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=721c3339c009a31992626bac61270df109273046;hp=1e69f443a7d1c43dec88876f08bae0d21a25c915;p=modules%2Fgui.git Added a call to a method updateActions of SalomeApp_Application to update the status of the toolbal --- diff --git a/src/SALOME_SWIG/SALOMEGUI_Swig.cxx b/src/SALOME_SWIG/SALOMEGUI_Swig.cxx index 7c79a6b0b..088c576eb 100644 --- a/src/SALOME_SWIG/SALOMEGUI_Swig.cxx +++ b/src/SALOME_SWIG/SALOMEGUI_Swig.cxx @@ -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 } } };