From: eap Date: Thu, 26 Apr 2012 09:36:21 +0000 (+0000) Subject: fix pb that selection in the viewer is impossible after (set filter + change element... X-Git-Tag: TRIPOLI_323~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d0941c6314560bdbc7f52c9776a731b7d05f56fe;p=modules%2Fsmesh.git fix pb that selection in the viewer is impossible after (set filter + change element type) + SMESH::RemoveFilters(); --- diff --git a/src/SMESHGUI/SMESHGUI_GroupDlg.cxx b/src/SMESHGUI/SMESHGUI_GroupDlg.cxx index 39c752c1f..b98fffa40 100644 --- a/src/SMESHGUI/SMESHGUI_GroupDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_GroupDlg.cxx @@ -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 it( myActorsList ); it.hasNext(); )