Commit ad98cad
authored
SG-40980 Add support for VFX CY2026 - Python 3.13 - Qt 6.8 (#134)
Fix banner text contrast on macOS in Adobe apps
The banner info message displayed at the top of the Loader after
triggering actions (e.g., "Open File") had poor contrast on macOS,
especially in Photoshop and After Effects. The text appeared in beige
color on a blue background, making it nearly unreadable.
The issue was caused by using palette().text() for the text color,
which is designed for use on the base background color, not on a
highlight background.
Changed to use palette().highlightedText() instead, which is
specifically designed for text displayed on highlight-colored
backgrounds, ensuring proper contrast across all platforms and
applications.
Fixes text readability in banner messages on macOS in Adobe DCCs.1 parent 4b0458f commit ad98cad
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
0 commit comments