fix checkmark recoloring after scaling

This commit is contained in:
Tom Schimansky
2022-10-15 13:58:51 +02:00
parent 9ffe61dd54
commit a7b278cca0
3 changed files with 21 additions and 16 deletions

View File

@ -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)