mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-27 17:10:33 +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;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
anApp->updateActions(); //SRN: To update a Save button in the toolbar
|
||||||
//updateObjBrowser();
|
//updateObjBrowser();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user