Salome HOME
clear groups of coincident nodes at Apply
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_MergeDlg.cxx
index 7a7b0fa9ee4716b61838fe9c2040686ccac1243b..9f5a486f8074ca375998ed4660d2732c54aa122f 100644 (file)
@@ -682,6 +682,8 @@ bool SMESHGUI_MergeDlg::ClickOnApply()
   } catch(...) {
   }
   
+  ListCoincident->clear();
+  
   SMESH::UpdateView();
   SMESHGUI::Modified();