Skip to content

Commit ad98cad

Browse files
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

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
[![VFX Platform](https://img.shields.io/badge/vfxplatform-2025%20%7C%202024%20%7C%202023%20%7C%202022-blue.svg)](http://www.vfxplatform.com/)
2-
[![Python](https://img.shields.io/badge/python-3.11%20%7C%203.10%20%7C%203.9-blue.svg)](https://www.python.org/)
1+
[![Supported VFX Platform: CY2022 - CY2026](https://img.shields.io/badge/VFX_Reference_Platform-CY2022_|_CY2023_|_CY2024_|_CY2025_|_CY2026-blue)](http://www.vfxplatform.com/ "Supported VFX Reference Platform versions")
2+
[![Supported Python versions: 3.9, 3.10, 3.11, 3.13](https://img.shields.io/badge/Python-3.9_|_3.10_|_3.11_|_3.13-blue?logo=python&logoColor=f5f5f5)](https://www.python.org/ "Supported Python versions")
3+
34
[![Build Status](https://dev.azure.com/shotgun-ecosystem/Toolkit/_apis/build/status/Apps/tk-multi-loader2?branchName=master)](https://dev.azure.com/shotgun-ecosystem/Toolkit/_build/latest?definitionId=73&branchName=master)
45
[![codecov](https://codecov.io/gh/shotgunsoftware/tk-multi-loader2/branch/master/graph/badge.svg)](https://codecov.io/gh/shotgunsoftware/tk-multi-loader2)
56
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

0 commit comments

Comments
 (0)