Salome HOME
PAL10397 - node mustn't be selected after add operation
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_AddMeshElementDlg.cxx
index 845d81bc57b4e4061c06fd99587574e81bcc8874..0b5e3202281016de00803c62b8f35e1f83ba53d5 100644 (file)
@@ -457,7 +457,7 @@ void SMESHGUI_AddMeshElementDlg::ClickOnApply()
     }
 
     SALOME_ListIO aList; aList.Append( myActor->getIO() );
-    //mySelector->ClearIndex();
+    mySelector->ClearIndex();
     mySelectionMgr->setSelectedObjects( aList, false );
 
     SMESH::UpdateView();