From: dmv Date: Thu, 14 Oct 2010 12:40:08 +0000 (+0000) Subject: BelongToGeom selection problem X-Git-Tag: V5_1_5rc1~26 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=72ad9ec98857528225b7ebe26236e9fcb19c9385 BelongToGeom selection problem --- diff --git a/src/SMESHGUI/SMESHGUI_FilterDlg.cxx b/src/SMESHGUI/SMESHGUI_FilterDlg.cxx index 97984570a..98997fea6 100755 --- a/src/SMESHGUI/SMESHGUI_FilterDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_FilterDlg.cxx @@ -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 } } }