From: eap Date: Thu, 23 Jun 2011 13:11:27 +0000 (+0000) Subject: clear groups of coincident nodes at Apply X-Git-Tag: V6_3_1rc1~9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9b735c57072360baa079e18337c170009c4477b2;p=modules%2Fsmesh.git clear groups of coincident nodes at Apply --- diff --git a/src/SMESHGUI/SMESHGUI_MergeDlg.cxx b/src/SMESHGUI/SMESHGUI_MergeDlg.cxx index 7a7b0fa9e..9f5a486f8 100644 --- a/src/SMESHGUI/SMESHGUI_MergeDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_MergeDlg.cxx @@ -682,6 +682,8 @@ bool SMESHGUI_MergeDlg::ClickOnApply() } catch(...) { } + ListCoincident->clear(); + SMESH::UpdateView(); SMESHGUI::Modified();