Salome HOME
Fix for bug PAL10408 (Strange behaviour of the selection icon in the "create group...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_GroupDlg.cxx
index 83fd3c41207c1efeb3ac09b607198e7668ba973a..82da54af8c3566903314b83e75b0f201507acef0 100644 (file)
@@ -537,7 +537,7 @@ void SMESHGUI_GroupDlg::setSelectionMode (int theMode)
     return;
 
   if (mySelectionMode != theMode) {
-    mySelectionMgr->clearSelected();
+    // [PAL10408] mySelectionMgr->clearSelected();
     mySelectionMgr->clearFilters();
     SMESH::SetPointRepresentation(false);
     if (theMode < 4) {