Added a call to a method updateActions of SalomeApp_Application to update the status of the toolbal

This commit is contained in:
srn 2005-08-24 06:15:17 +00:00
parent ee06fcf090
commit cb1e086726

View File

@ -2077,6 +2077,8 @@ bool SMESHGUI::OnGUIEvent( int theCommandID )
break; break;
} }
} }
anApp->updateActions(); //SRN: To update a Save button in the toolbar
//updateObjBrowser(); //updateObjBrowser();
return true; return true;
} }