From: srn Date: Wed, 24 Aug 2005 06:15:17 +0000 (+0000) Subject: Added a call to a method updateActions of SalomeApp_Application to update the status... X-Git-Tag: T_3_0_2a1~3 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=cb1e086726cf11713bb785668d7e4160591e8f40 Added a call to a method updateActions of SalomeApp_Application to update the status of the toolbal --- diff --git a/src/SMESHGUI/SMESHGUI.cxx b/src/SMESHGUI/SMESHGUI.cxx index 12c574388..f92fdf067 100644 --- a/src/SMESHGUI/SMESHGUI.cxx +++ b/src/SMESHGUI/SMESHGUI.cxx @@ -2077,6 +2077,8 @@ bool SMESHGUI::OnGUIEvent( int theCommandID ) break; } } + + anApp->updateActions(); //SRN: To update a Save button in the toolbar //updateObjBrowser(); return true; }