Salome HOME
Added a call to a method updateActions of SalomeApp_Application to update the status...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI.cxx
index 12c5743887e972f26ea3eda20660303d89f489c7..f92fdf0679a152e963d387176661991ca421c78c 100644 (file)
@@ -2077,6 +2077,8 @@ bool SMESHGUI::OnGUIEvent( int theCommandID )
       break;
     }
   }
+
+  anApp->updateActions(); //SRN: To update a Save button in the toolbar
   //updateObjBrowser();
   return true;
 }