]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Fixed Bug IPAL9593
authorenk <enk@opencascade.com>
Thu, 4 Aug 2005 10:01:18 +0000 (10:01 +0000)
committerenk <enk@opencascade.com>
Thu, 4 Aug 2005 10:01:18 +0000 (10:01 +0000)
3.0.0(current2707): Regression SMESH - Selection of a few areas with nodes on the mesh within rectangle does not work

src/SVTK/SVTK_InteractorStyle.cxx

index c4d585b75ca7b939ea28343753b65f2309b4a16e..0a5e19f496456ea91de7bc4f0f43a4daef7da3f4 100644 (file)
@@ -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{