From 721c3339c009a31992626bac61270df109273046 Mon Sep 17 00:00:00 2001 From: srn Date: Wed, 24 Aug 2005 09:33:11 +0000 Subject: [PATCH] Added a call to a method updateActions of SalomeApp_Application to update the status of the toolbal --- src/SALOME_SWIG/SALOMEGUI_Swig.cxx | 1 + 1 file changed, 1 insertion(+) 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 } } }; -- 2.39.2