mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
fix checkmark recoloring after scaling
This commit is contained in:
@ -16,7 +16,7 @@ tabview_1.delete("tab 42")
|
||||
tabview_1.insert(1, "tab 42")
|
||||
tabview_1.delete("tab 42")
|
||||
|
||||
tabview_1.move(0, "tab 3")
|
||||
tabview_1.move(0, "tab 2")
|
||||
|
||||
b1 = customtkinter.CTkButton(master=tab_1, text="button tab 1")
|
||||
b1.pack(pady=20)
|
||||
|
Reference in New Issue
Block a user