From cb1e086726cf11713bb785668d7e4160591e8f40 Mon Sep 17 00:00:00 2001 From: srn Date: Wed, 24 Aug 2005 06:15:17 +0000 Subject: [PATCH] Added a call to a method updateActions of SalomeApp_Application to update the status of the toolbal --- src/SMESHGUI/SMESHGUI.cxx | 2 ++ 1 file changed, 2 insertions(+) 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; } -- 2.30.2