Fixed bug when closing graph in Debug Variable Panel
authorLaurent Bessard
Fri, 31 May 2013 14:22:15 +0200
changeset 1206 35046bc74554
parent 1205 638d1d430d24
child 1207 fb9799a0c0f7
Fixed bug when closing graph in Debug Variable Panel
controls/DebugVariablePanel/DebugVariableViewer.py
--- 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):
         """