From 4d328da88e665c7f3a02156a810f3d6349497509 Mon Sep 17 00:00:00 2001 From: dmv Date: Wed, 28 Apr 2010 12:41:22 +0000 Subject: [PATCH] IPAL21714 TC5.1.4: selection with shift button --- src/SVTK/SALOME_Actor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2