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:
Tom Schimansky
2022-01-07 20:54:45 +01:00
parent 12b44c1095
commit 2fa7a519ea
19 changed files with 752 additions and 252 deletions

View File

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