Salome HOME
PAL9881 - preferences are not taken into account in SMESH
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_SingleEditDlg.cxx
index 223dbaad8a565864f3c31f4e8dbaec0b84519000..11b9a66ba84ea765fccc6fb0a5cab8586da7cb89 100755 (executable)
@@ -507,7 +507,9 @@ bool SMESHGUI_SingleEditDlg::onApply()
 
   // update actor
   if (aResult) {
+    mySelector->ClearIndex();
     mySelectionMgr->setSelectedObjects(aList, false);
+    onSelectionDone();
     SMESH::UpdateView();
   }