--- a/controls/DebugVariablePanel/DebugVariableGraphicPanel.py Mon Jun 17 23:40:41 2013 +0200
+++ b/controls/DebugVariablePanel/DebugVariableGraphicPanel.py Tue Jun 18 09:55:45 2013 +0200
@@ -584,7 +584,7 @@
if self.DataProducer is not None:
self.SetTickTime(self.DataProducer.GetTicktime())
- for panel in self.GraphicPanels:
+ for panel in self.GraphicPanels[:]: panel.SubscribeAllDataConsumers()