On Thu, 6 Nov 2025 18:57:52 GMT, Jose Pereda <[email protected]> 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

Reply via email to