Salome HOME
Fis for bug ( 3.0.0(current2807): SMESH: selection is not removed after Apply in...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_MultiEditDlg.cxx
index 71a953d18c15ba02042468ef68525f0f5d0aee58..16fc4560ad27220085424da9712bad577e18ad2b 100755 (executable)
@@ -884,6 +884,7 @@ bool SMESHGUI_MultiEditDlg::onApply()
   bool aResult = process(aMeshEditor, anIds.inout());
   if (aResult) {
     if (myActor) {
+      mySelectionMgr->clearSelected();
       SMESH::UpdateView();
     }