mirror of
https://github.com/fishyboteso/fishyboteso.git
synced 2024-08-30 18:32:13 +00:00
fixed crash in 3.11 on first launch
This commit is contained in:
parent
ebbce458cf
commit
fb54ca4826
@ -40,7 +40,7 @@ def _run_terms_window():
|
|||||||
root.image = ImageTk.PhotoImage(root.image)
|
root.image = ImageTk.PhotoImage(root.image)
|
||||||
canvas.create_image(0, 0, anchor=tk.NW, image=root.image)
|
canvas.create_image(0, 0, anchor=tk.NW, image=root.image)
|
||||||
|
|
||||||
check_value = tk.IntVar(0)
|
check_value = tk.IntVar()
|
||||||
|
|
||||||
g1 = ttk.Frame(f)
|
g1 = ttk.Frame(f)
|
||||||
ttk.Checkbutton(g1, command=disable_enable_button, variable=check_value).pack(side=tk.LEFT)
|
ttk.Checkbutton(g1, command=disable_enable_button, variable=check_value).pack(side=tk.LEFT)
|
||||||
|
Loading…
Reference in New Issue
Block a user