From: srn Date: Fri, 31 Mar 2006 11:42:59 +0000 (+0000) Subject: BugID: IPAL12083, added a call of updateActions in method onSaveGUIState X-Git-Tag: for_sharm~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5aac41c6621deca07359537a9ecc10bed1931380;p=modules%2Fgui.git BugID: IPAL12083, added a call of updateActions in method onSaveGUIState --- diff --git a/src/SalomeApp/SalomeApp_Application.cxx b/src/SalomeApp/SalomeApp_Application.cxx index f8b9900e0..ea8fa4725 100644 --- a/src/SalomeApp/SalomeApp_Application.cxx +++ b/src/SalomeApp/SalomeApp_Application.cxx @@ -591,6 +591,7 @@ void SalomeApp_Application::onSaveGUIState() updateSavePointDataObjects( study ); objectBrowser()->updateTree( study->root() ); } + updateActions(); } /*!Gets file filter.