From: enk Date: Thu, 4 Aug 2005 10:01:18 +0000 (+0000) Subject: Fixed Bug IPAL9593 X-Git-Tag: T_3_0_2a1~49 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=00db324ef31291167b9adcaaf6a911a0b51d4a6a;p=modules%2Fgui.git Fixed Bug IPAL9593 3.0.0(current2707): Regression SMESH - Selection of a few areas with nodes on the mesh within rectangle does not work --- diff --git a/src/SVTK/SVTK_InteractorStyle.cxx b/src/SVTK/SVTK_InteractorStyle.cxx index c4d585b75..0a5e19f49 100644 --- a/src/SVTK/SVTK_InteractorStyle.cxx +++ b/src/SVTK/SVTK_InteractorStyle.cxx @@ -1054,7 +1054,7 @@ SVTK_InteractorStyle } } if (!anIndices.IsEmpty()) { - GetSelector()->AddOrRemoveIndex(anIO,anIndices,false); + GetSelector()->AddOrRemoveIndex(anIO,anIndices,true); // ENK false to true GetSelector()->AddIObject(aSActor); anIndices.Clear(); }else{