controls/DebugVariablePanel/DebugVariableViewer.py
changeset 1206 35046bc74554
parent 1202 3d8c87ab2b5d
child 1207 fb9799a0c0f7
--- a/controls/DebugVariablePanel/DebugVariableViewer.py	Fri May 31 14:17:23 2013 +0200
+++ b/controls/DebugVariablePanel/DebugVariableViewer.py	Fri May 31 14:22:15 2013 +0200
@@ -126,7 +126,7 @@
             self.ParentWindow.RemoveDataConsumer(item)
         
         # Clear list
-        self.Items.clear()
+        self.ItemsDict.clear()
         
     def ItemsIsEmpty(self):
         """