RFR: 8346281: [Windows] RenderScale doesn't update to HiDPI changes
Andy Goryachev
angorya at openjdk.org
Thu Nov 6 19:39:18 UTC 2025
On Thu, 6 Nov 2025 18:57:52 GMT, Jose Pereda <jpereda at openjdk.org> wrote:
>> modules/javafx.graphics/src/main/java/com/sun/glass/ui/Screen.java line 374:
>>
>>> 372: public static void notifySettingsChanged() {
>>> 373: // Save the old screens in order to dispose them later
>>> 374: List<Screen> oldScreens = new ArrayList<>();
>>
>> This could also be a `Set`, which then handles duplicates without the need for `contains`
>
> Done
Can you push the changes to the repo please?
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1964#discussion_r2500551954
More information about the openjfx-dev
mailing list