fixed color bug when CTkEntry was disabled

This commit is contained in:
Tom Schimansky
2022-05-17 18:59:33 +02:00
parent b21c3fa19a
commit eec16e4509
3 changed files with 26 additions and 23 deletions

View File

@ -2,7 +2,6 @@ import tkinter
import tkinter.ttk as ttk
import copy
import re
import math
from typing import Callable, Union, TypedDict
from ..windows.ctk_tk import CTk