clear groups of coincident nodes at Apply

This commit is contained in:
eap 2011-06-23 13:11:27 +00:00
parent 07d28083ec
commit 9b735c5707

View File

@ -682,6 +682,8 @@ bool SMESHGUI_MergeDlg::ClickOnApply()
} catch(...) {
}
ListCoincident->clear();
SMESH::UpdateView();
SMESHGUI::Modified();