mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-27 13:40:32 +05:00
BelongToGeom selection problem
This commit is contained in:
parent
5d0bbd1e42
commit
72ad9ec988
@ -3203,7 +3203,8 @@ void SMESHGUI_FilterDlg::updateSelection()
|
||||
else
|
||||
{
|
||||
if (myIsSelectionChanged) {
|
||||
mySelectionMgr->installFilter( new GEOM_TypeFilter( aStudy, -1 ) ); // This filter deactivates selection
|
||||
// mySelectionMgr->installFilter( new GEOM_TypeFilter( aStudy, -1 ) ); // This filter deactivates selection
|
||||
// Impossible to select any object in the OB on the second opening of FilterDlg
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user