Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.12.5
-
macOS 10.14.6
-
-
e688e28ee5e154baa03dbafdad06f8db69ef880c (qt/qtbase/5.12)
Description
When changing the ColorSync profile to a different one then Qt will update to use the new one, but causing a refresh will change it back. This can be done by doing the following:
- Copy the FakeBRG_swop colors.icc profile to the ~/Library/ColorSync/Profiles folder.
- Start a Qt application (I used the application example in this case)
- Change the color profile via System Preferences | Displays | Color to the FakeBRG_swop colors one
- Note that the system changes and the application does too
- Resize the application window and it reverts back
So it should be refreshed as soon as the color profile is changed and not have to trigger an update manually after it has been changed.