We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96380af + 05a1d08 commit d7397bfCopy full SHA for d7397bf
TextureAtlas to GIF and Frames.py
@@ -972,7 +972,7 @@ def on_closing():
972
loopdelay_entry = tk.Entry(root, textvariable=set_loopdelay)
973
loopdelay_entry.pack()
974
975
-set_minperiod = tk.DoubleVar(value=500)
+set_minperiod = tk.DoubleVar(value=0)
976
minperiod_label = tk.Label(root, text="Minimum Period (ms):")
977
minperiod_label.pack()
978
minperiod_entry = tk.Entry(root, textvariable=set_minperiod)
0 commit comments