Salome HOME
BelongToGeom selection problem
authordmv <dmv@opencascade.com>
Thu, 14 Oct 2010 12:40:08 +0000 (12:40 +0000)
committerdmv <dmv@opencascade.com>
Thu, 14 Oct 2010 12:40:08 +0000 (12:40 +0000)
src/SMESHGUI/SMESHGUI_FilterDlg.cxx

index 97984570a6dc079b625635933f53130c5562ed52..98997fea612befd596857551f28b5a653fb8e31d 100755 (executable)
@@ -3203,7 +3203,8 @@ void SMESHGUI_FilterDlg::updateSelection()
   else
   {
     if (myIsSelectionChanged) {
   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
     }
   }
 }
     }
   }
 }