mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-28 08:20:33 +05:00
BelongToGeom selection problem
This commit is contained in:
parent
5d0bbd1e42
commit
72ad9ec988
@ -3203,7 +3203,8 @@ void SMESHGUI_FilterDlg::updateSelection()
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (myIsSelectionChanged) {
|
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