add initialization tick time on Beremiz start
authorAndrey Skvortsov <andrej.skvortzov@gmail.com>
Wed, 24 Aug 2016 13:08:13 +0300
changeset 1520 6addc58f63a6
parent 1519 f7ac0d11118e
child 1521 e44950d4c218
child 1526 0fa5de94c131
add initialization tick time on Beremiz start

This fixes issue #6
controls/DebugVariablePanel/DebugVariablePanel.py
--- a/controls/DebugVariablePanel/DebugVariablePanel.py	Wed Aug 24 13:06:52 2016 +0300
+++ b/controls/DebugVariablePanel/DebugVariablePanel.py	Wed Aug 24 13:08:13 2016 +0300
@@ -291,6 +291,7 @@
         DebugViewer.__init__(self, producer, True)
         
         self.SetSizer(main_sizer)
+        self.SetTickTime()
     
     def SetTickTime(self, ticktime=0):
         """