controls/DebugVariablePanel/DebugVariableGraphicPanel.py
changeset 1231 0b5d608ed2be
parent 1227 01e86190f8c7
child 1264 27c8578670c8
equal deleted inserted replaced
1230:5a4c5724788e 1231:0b5d608ed2be
    66     next_tick = None
    66     next_tick = None
    67     for item, data in variables:
    67     for item, data in variables:
    68         if len(data) == 0:
    68         if len(data) == 0:
    69             continue
    69             continue
    70         
    70         
    71         next = (data[0][0]
    71         next_tick = (data[0][0]
    72                 if next_tick is None
    72                      if next_tick is None
    73                 else min(next_tick, data[0][0]))
    73                      else min(next_tick, data[0][0]))
    74     
    74     
    75     return next_tick
    75     return next_tick
    76 
    76 
    77 #-------------------------------------------------------------------------------
    77 #-------------------------------------------------------------------------------
    78 #                    Debug Variable Graphic Panel Drop Target
    78 #                    Debug Variable Graphic Panel Drop Target