beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when closing graph in Debug Variable Panel
2013-05-31, Laurent Bessard
35046bc74554
Parents
638d1d430d24
Children
fb9799a0c0f7
Fixed bug when closing graph in Debug Variable Panel
1 files changed, 1 insertions(+), 1 deletions(-)
+1
-1
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):
"""