From 72a49ee1becf47fabe51da18c4647a8cbc5cc5a8 Mon Sep 17 00:00:00 2001 From: apo Date: Tue, 11 Oct 2005 13:34:51 +0000 Subject: [PATCH] Fix on Bug GVIEW10223 It is impossible to select elements by rectangles with 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 9a97f8000..409b45d9a 100644 --- a/src/SVTK/SALOME_Actor.cxx +++ b/src/SVTK/SALOME_Actor.cxx @@ -1026,7 +1026,7 @@ SALOME_Actor } } if( !anIndices.IsEmpty() ) { - theSelector->AddOrRemoveIndex( myIO, anIndices, false ); + theSelector->AddOrRemoveIndex( myIO, anIndices, true ); theSelector->AddIObject( this ); anIndices.Clear(); } -- 2.39.2