From: asl Date: Mon, 3 Oct 2005 11:05:56 +0000 (+0000) Subject: PAL9951 - selection with SHIFT key works incorrectly X-Git-Tag: BR-D5-38-2003_D2005-12-19~23 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=33db868d241760c36125fd43b509bae113a45739;p=modules%2Fgui.git PAL9951 - selection with SHIFT key works incorrectly --- diff --git a/src/SVTK/SVTK_Selector.cxx b/src/SVTK/SVTK_Selector.cxx index 96690603e..f330cfed4 100644 --- a/src/SVTK/SVTK_Selector.cxx +++ b/src/SVTK/SVTK_Selector.cxx @@ -128,6 +128,7 @@ SVTK_SelectorDef myIObjects.erase(theIO); myIO2Actors.erase(theIO); + myMapIOSubIndex.erase(theIO); return anIsIOBound; }