[BUGFIX] Color changer #11
Labels
bug
Something isn't working
enhancement
New feature or request
help wanted
Extra attention is needed
invalid
This doesn't seem right
wontfix
This will not be worked on
Issue: Color Theme Change Not Applying After UI Load in CustomTkinter
Description:
In the CustomTkinter framework, the method
ctk.set_default_color_theme(selected_color)
is intended to allow users to change the color theme of the application (blue, green, dark-blue). However, within therefresh_ui(component)
function (line 312), using this method does not seem to have any effect after the UI has been loaded.Current Behavior:
load_settings()
function before the UI initializes.Expected Behavior:
Proposed Solution:
Investigate and modify the implementation in the
refresh_ui(component)
function to ensure that changes made to the color theme take effect dynamically after the UI has been loaded.Thanks,
maximalmaxx
The text was updated successfully, but these errors were encountered: