]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Correction, this line was commented before merge.
authormzn <mzn@opencascade.com>
Wed, 8 Jun 2005 09:24:22 +0000 (09:24 +0000)
committermzn <mzn@opencascade.com>
Wed, 8 Jun 2005 09:24:22 +0000 (09:24 +0000)
src/SUIT/SUIT_SelectionMgr.cxx

index b19694e89544459efd36da024110e19bb5d70bdb..b8916f8ff0d58c91ee04fb66154e404071a485a8 100755 (executable)
@@ -108,8 +108,9 @@ void SUIT_SelectionMgr::selectionChanged( SUIT_Selector* sel )
   {
     for ( SUIT_Selector* aSel = mySelectors.first(); aSel; aSel = mySelectors.next() )
     {
-      if ( aSel != sel )
-           aSel->setSelected( newOwners );
+      // Temporary action(to avoid selection of the objects which don't pass the filters):
+      //if ( aSel != sel )
+       aSel->setSelected( newOwners );
     }
   }
   myIsSelChangeEnabled = true;