Salome HOME
Fix for bug 10438: Crash during Explode on Blocks operation (Global selection on...
[modules/gui.git] / src / SVTK / SVTK_Selector.cxx
index 7a18425d58d7af151154e68f6f7a24a6c06cab1b..f330cfed4baf371873a0b4a708a84171dfba85b9 100644 (file)
@@ -36,6 +36,7 @@
 #include "SVTK_ViewWindow.h"
 
 #include "SVTK_SelectorDef.h"
+#include "utilities.h"
 
 SVTK_SelectorDef
 ::SVTK_SelectorDef()
@@ -127,6 +128,7 @@ SVTK_SelectorDef
 
   myIObjects.erase(theIO);
   myIO2Actors.erase(theIO);
+  myMapIOSubIndex.erase(theIO);
 
   return anIsIOBound;
 }