From af5eef8b0ad8a4c7328fb36e718d1e0405c06c30 Mon Sep 17 00:00:00 2001 From: dmv Date: Tue, 27 Apr 2010 09:50:19 +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 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: -- 2.39.2