From: dmv Date: Wed, 28 Apr 2010 12:41:22 +0000 (+0000) Subject: IPAL21714 TC5.1.4: selection with shift button X-Git-Tag: V5_1_4rc1~10 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4d328da88e665c7f3a02156a810f3d6349497509;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 a91bbaf11..f7b54f6bc 100644 --- a/src/SVTK/SALOME_Actor.cxx +++ b/src/SVTK/SALOME_Actor.cxx @@ -754,7 +754,7 @@ SALOME_Actor mySelector->AddIObject( this ); anIndexes.Clear(); } - else + else if ( !anIsShift ) mySelector->RemoveIObject( this ); break;