# HG changeset patch
# User Laurent Bessard
# Date 1372262025 -7200
# Node ID 757b83fd21730cc14e80ef83f1885ea2d2c27881
# Parent  aa9bc3e6181dfe39be3ba07a0e1d89fcb8590b80
Fix bug when transferring PLC and orthogonal graph is displayed with cursor

diff -r aa9bc3e6181d -r 757b83fd2173 controls/DebugVariablePanel/DebugVariableGraphicPanel.py
--- a/controls/DebugVariablePanel/DebugVariableGraphicPanel.py	Wed Jun 26 16:56:34 2013 +0200
+++ b/controls/DebugVariablePanel/DebugVariableGraphicPanel.py	Wed Jun 26 17:53:45 2013 +0200
@@ -584,6 +584,8 @@
             if self.DataProducer is not None:
                 self.SetTickTime(self.DataProducer.GetTicktime())
         
+        self.ResetCursorTick()
+        
         for panel in self.GraphicPanels[:]:
             panel.SubscribeAllDataConsumers()
             if panel.ItemsIsEmpty():