Dark themes loading on TopLevel widgets #591
Unanswered
miguelssimao
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently using a dark theme throughout my application, and it is the same theme for all of the windows.
Every time I opened the application, I used to see a white window before all widgets loaded with the theme's colors, but I fixed this by hiding the main window with
withdraw()
and then showing the window after every widget was created with thedeiconify()
function.But I can't seem to replicate this behavior for TopLevels. I've tried the following:
The settings window loads without the dark theme and, only after it is displayed, the theme is applied to the widgets.
I am unsure if this is a bug regarding TopLevels or if I'm simply using the wrong approach.
Has anybody else experienced this? Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions