fix pb that selection in the viewer is impossible after (set filter + change element type)

+    SMESH::RemoveFilters();
This commit is contained in:
eap 2012-04-26 09:36:21 +00:00
parent 6e82f60157
commit d0941c6314

View 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(); )