On Tue, 30 Jan 2024 00:53:51 GMT, Michael Strauß <mstra...@openjdk.org> wrote:
> `WinApplication` contains mappings of platform-specific preference keys to > platform-independent keys. > These keys are incorrect (for example, `Windows.UIColor.ForegroundColor` > instead of `Windows.UIColor.Foreground`). > > This was not discovered during testing because the manual test application > doesn't show the values of platform-independent properties (it only shows the > platform-specific mappings). I've exended the test application to also show > the platform-independent property values. This pull request has now been integrated. Changeset: af7e0571 Author: Michael Strauß <mstra...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/af7e05716711d942df20eb1f807b384810a4a839 Stats: 40 lines in 3 files changed: 33 ins; 0 del; 7 mod 8324879: Platform-specific preferences keys are incorrect for Windows toolkit Reviewed-by: kcr, angorya ------------- PR: https://git.openjdk.org/jfx/pull/1353