Salome HOME
fix pb that selection in the viewer is impossible after (set filter + change element...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_GroupDlg.cxx
index 39c752c1ffdee131fabec950cc06218a374e48a6..b98fffa40fe3bd6e7a0544901a9e6d129b339359 100644 (file)
@@ -778,6 +778,7 @@ void SMESHGUI_GroupDlg::setSelectionMode (int theMode)
   if (mySelectionMode != theMode) {
     // [PAL10408] mySelectionMgr->clearSelected();
     mySelectionMgr->clearFilters();
+    SMESH::RemoveFilters();
 
     if (myActorsList.count() > 0)
       for (QListIterator<SMESH_Actor*> it( myActorsList ); it.hasNext(); )