-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Something wrong on tkinter window (Win11 23H2) #20
Comments
To be honest, this looks as a tkinter bug/corruption in your system. Take note that tkinter has limited compatibility with changing window visual attributes, so I'd recommend you to switch to another, more mature, UI toolkit such as Qt (PySide/PyQt). Regarding what the cause of the issue is, I have no idea |
In my machine the code provided works as expected, and the interface renders successfully. Could it be that there is an issue on your side, such as a corrupted system component or display driver? |
Should be like:
But actually:
Not sure what problem it is (the window will show like normal only when screenshot tool is used)
Test code:
The text was updated successfully, but these errors were encountered: