RFR: 8299968: Second call to Stage.setScene() create sizing issue with uiScale > 1.0 [v3]

Lukasz Kostyra lkostyra at openjdk.org
Mon Mar 13 12:55:45 UTC 2023


On Mon, 13 Mar 2023 10:30:39 GMT, Ambarish Rapte <arapte at openjdk.org> wrote:

>> Lukasz Kostyra has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - SetSceneScalingTest: Use latch to check if button was pressed
>>  - Window: Remove bug ID from comment
>
> modules/javafx.graphics/src/main/native-glass/win/GlassWindow.cpp line 1327:
> 
>> 1325:         }
>> 1326:     }
>> 1327:     GlassView * view;
> 
> The variable `view` is not needed, must be a copy-paste leftover.

Indeed a leftover - removed

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

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


More information about the openjfx-dev mailing list