mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
fixed numerous bg_color bugs, added complete_test.py for color testing, changed AppearanceModeTracker to non-threaded approach with tk.after()
This commit is contained in:
@@ -10,7 +10,7 @@ from .customtkinter_dialog import CTkDialog
|
||||
from .customtkinter_checkbox import CTkCheckBox
|
||||
from .customtkinter_tk import CTk
|
||||
|
||||
from .appearance_mode_tracker import AppearanceModeTracker, SystemAppearanceModeListenerNoThread
|
||||
from .appearance_mode_tracker import AppearanceModeTracker#, SystemAppearanceModeListenerNoThread
|
||||
from .customtkinter_color_manager import CTkColorManager
|
||||
|
||||
from distutils.version import StrictVersion as Version
|
||||
|
||||
Reference in New Issue
Block a user