Parcourir la source

add: zebra to fix-list

micha il y a 1 an
Parent
commit
28532923d7
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  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