mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +05:00
Added a call to a method updateActions of SalomeApp_Application to update the status of the toolbal
This commit is contained in:
parent
ee06fcf090
commit
cb1e086726
@ -2077,6 +2077,8 @@ bool SMESHGUI::OnGUIEvent( int theCommandID )
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
anApp->updateActions(); //SRN: To update a Save button in the toolbar
|
||||
//updateObjBrowser();
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user