-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
Tooltip background color #239
Comments
This appears to be an issue with QT or windows 11 itself. With the code below the red background in the stylesheet doesn't change.
To get around this for now, I'm setting the text in the tool tip white so the tips are visible
|
Just ran into this issue and accidentally discovered a fix. To get the theme to work properly on Windows 11, add an additional qss that removes the border: For whatever reason, this works and allows QT to render the tool boxes correctly |
This is a note for the future me:
|
I'm finding that tooltips are showing up incorrectly. Text color appears to be correct but the background is white making it impossible to see. See attached image
This is in Windows 11 and PySide6
The text was updated successfully, but these errors were encountered: