Salome HOME
Added a call to a method updateActions of SalomeApp_Application to update the status...
authorsrn <srn@opencascade.com>
Wed, 24 Aug 2005 06:15:17 +0000 (06:15 +0000)
committersrn <srn@opencascade.com>
Wed, 24 Aug 2005 06:15:17 +0000 (06:15 +0000)
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;
 }