]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
PAL9951 - selection with SHIFT key works incorrectly
authorasl <asl@opencascade.com>
Mon, 3 Oct 2005 11:05:56 +0000 (11:05 +0000)
committerasl <asl@opencascade.com>
Mon, 3 Oct 2005 11:05:56 +0000 (11:05 +0000)
src/SVTK/SVTK_Selector.cxx

index 96690603ea100e6a8a34cfb2c37dca85171d9967..f330cfed4baf371873a0b4a708a84171dfba85b9 100644 (file)
@@ -128,6 +128,7 @@ SVTK_SelectorDef
 
   myIObjects.erase(theIO);
   myIO2Actors.erase(theIO);
+  myMapIOSubIndex.erase(theIO);
 
   return anIsIOBound;
 }