From: dmv Date: Tue, 27 Apr 2010 09:50:19 +0000 (+0000) Subject: IPAL21714 TC5.1.4: selection with shift button X-Git-Tag: V5_1_4rc1~13 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=af5eef8b0ad8a4c7328fb36e718d1e0405c06c30;p=modules%2Fgui.git IPAL21714 TC5.1.4: selection with shift button --- diff --git a/src/SVTK/SALOME_Actor.cxx b/src/SVTK/SALOME_Actor.cxx index 6b6b27ebe..a91bbaf11 100644 --- a/src/SVTK/SALOME_Actor.cxx +++ b/src/SVTK/SALOME_Actor.cxx @@ -816,7 +816,7 @@ SALOME_Actor mySelector->AddIObject( this ); anIndexes.Clear(); } - else + else if ( !anIsShift ) mySelector->RemoveIObject( this ); } default: