From 72ad9ec98857528225b7ebe26236e9fcb19c9385 Mon Sep 17 00:00:00 2001 From: dmv Date: Thu, 14 Oct 2010 12:40:08 +0000 Subject: [PATCH] BelongToGeom selection problem --- src/SMESHGUI/SMESHGUI_FilterDlg.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 } } } -- 2.30.2