diff -r 242512c56ea1 -r 4282f62c1cf0 controls/DebugVariablePanel/DebugVariableGraphicPanel.py --- 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() if panel.ItemsIsEmpty(): if panel.HasCapture():