Integrated: 8367370: Accent color platform preference not updating in macOS 26 (Tahoe)

Michael Strauß mstrauss at openjdk.org
Mon Sep 22 17:55:19 UTC 2025


On Wed, 10 Sep 2025 23:10:22 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:

> 1. Replace undocumented `AppleColorPreferencesChangedNotification` with `NSSystemColorsDidChangeNotification`.
> 2. Replace undocumented `AppleInterfaceThemeChangedNotification` with a KVO registration for `NSApp.effectiveAppearance`.
> 
> This fix can be tested using either PlatformPreferencesChangedTest, or Monkey Tester > Tools > Platform preferences monitor.

This pull request has now been integrated.

Changeset: 7a4ec274
Author:    Michael Strauß <mstrauss at openjdk.org>
URL:       https://git.openjdk.org/jfx/commit/7a4ec2744f0398c2cd69a8eb81f89101e5e58925
Stats:     32 lines in 1 file changed: 6 ins; 18 del; 8 mod

8367370: Accent color platform preference not updating in macOS 26 (Tahoe)

Reviewed-by: mfox, kcr

-------------

PR: https://git.openjdk.org/jfx/pull/1895


More information about the openjfx-dev mailing list