From 5f438e76a1c94fc5a406b76eb9297648520b4f87 Mon Sep 17 00:00:00 2001 From: ouv Date: Wed, 19 Mar 2008 10:13:15 +0000 Subject: [PATCH] Bug IPAL19253 - Qt4 porting: Gauss Viewer. ?Selection Mode? functionality doesn?t work in the second window. --- src/SUIT/SUIT_SelectionMgr.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/SUIT/SUIT_SelectionMgr.cxx b/src/SUIT/SUIT_SelectionMgr.cxx index 21d02eadc..a3f8a8e81 100755 --- a/src/SUIT/SUIT_SelectionMgr.cxx +++ b/src/SUIT/SUIT_SelectionMgr.cxx @@ -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 ); } } -- 2.39.2