mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
fixed color bug when CTkEntry was disabled
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user