Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Main window buttons don't change color when theme is changed #35

Open
shaunhwq opened this issue Jul 20, 2023 · 1 comment
Open

Main window buttons don't change color when theme is changed #35

shaunhwq opened this issue Jul 20, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@shaunhwq
Copy link
Owner

Minor bug. When app is restarted the correct color is used.

@shaunhwq shaunhwq added the bug Something isn't working label Jul 20, 2023
@shaunhwq
Copy link
Owner Author

shaunhwq commented Sep 6, 2023

For popup objects, they are created after customtkinter registered a change of color which is why their color is set.

Probably need to do widget.configure(fg_color......) to change the widget colors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant