BelongToGeom selection problem

This commit is contained in:
dmv 2010-10-14 12:40:08 +00:00
parent 5d0bbd1e42
commit 72ad9ec988

View File

@ -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
}
}
}