From 07025c80d093a8579edcfed3afbf45887b8b58ef Mon Sep 17 00:00:00 2001 From: mzn Date: Wed, 8 Jun 2005 09:24:22 +0000 Subject: [PATCH] Correction, this line was commented before merge. --- src/SUIT/SUIT_SelectionMgr.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/SUIT/SUIT_SelectionMgr.cxx b/src/SUIT/SUIT_SelectionMgr.cxx index b19694e89..b8916f8ff 100755 --- a/src/SUIT/SUIT_SelectionMgr.cxx +++ b/src/SUIT/SUIT_SelectionMgr.cxx @@ -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; -- 2.39.2