Browse Source

add: zebra to fix-list

micha 1 year ago
parent
commit
28532923d7
1 changed files with 5 additions and 1 deletions
  1. 5 1
      tksdl/fix.py

+ 5 - 1
tksdl/fix.py

@@ -506,7 +506,11 @@ while 1:
 
                     active = is_active_fix(v)
                     bx.btn1.val.set(active)
-
+                    try:
+                        if int(k) % 10 == 0:
+                            #pygame.draw.aaline(window,[255,0,0],[2,r],[800,r],1)
+                            pygame.draw.rect(window,[58,58,58],[2,r,2000,25])
+                    except:pass
                     bx.text = "ID:"+ k 
                     bx.text += " "+v["NAME"]
                     bx.font0 = bx_font0