]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMESHGUI/SMESHGUI_FilterDlg.cxx
Salome HOME
BelongToGeom selection problem
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_FilterDlg.cxx
index 97984570a6dc079b625635933f53130c5562ed52..98997fea612befd596857551f28b5a653fb8e31d 100755 (executable)
@@ -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
     }
   }
 }