Fis for bug ( 3.0.0(current2807): SMESH: selection is not removed after Apply in Union of triangles ).

This commit is contained in:
mzn 2005-07-28 11:29:53 +00:00
parent 324d596613
commit 8aa241cf5f

View File

@ -884,6 +884,7 @@ bool SMESHGUI_MultiEditDlg::onApply()
bool aResult = process(aMeshEditor, anIds.inout());
if (aResult) {
if (myActor) {
mySelectionMgr->clearSelected();
SMESH::UpdateView();
}