]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Bug IPAL19253 - Qt4 porting: Gauss Viewer. ?Selection Mode? functionality doesn?t...
authorouv <ouv@opencascade.com>
Wed, 19 Mar 2008 10:13:15 +0000 (10:13 +0000)
committerouv <ouv@opencascade.com>
Wed, 19 Mar 2008 10:13:15 +0000 (10:13 +0000)
src/SUIT/SUIT_SelectionMgr.cxx

index 21d02eadc40a5db1d68385342c39615226c656c8..a3f8a8e8116a93736b96e5aae0132a9702d38491 100755 (executable)
@@ -148,7 +148,8 @@ void SUIT_SelectionMgr::selectionChanged( SUIT_Selector* sel )
   {
     for ( SelectorList::iterator it = mySelectors.begin(); it != mySelectors.end(); ++it )
     {
-      if ( *it != sel )
+      // Temporary action(to avoid selection of the objects which don't pass the filters):
+      //if ( *it != sel )
        (*it)->setSelected( newOwners );
     }
   }