mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-05 06:10:33 +05:00
fix pb that selection in the viewer is impossible after (set filter + change element type)
+ SMESH::RemoveFilters();
This commit is contained in:
parent
6e82f60157
commit
d0941c6314
@ -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(); )
|
||||
|
Loading…
Reference in New Issue
Block a user