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

Jose Pereda jpereda at openjdk.org
Sun Dec 17 12:02:53 UTC 2023


On Tue, 5 Dec 2023 12:03:10 GMT, Jose Pereda <jpereda at openjdk.org> wrote:

> Backport of 8299968: Second call to Stage.setScene() create sizing issue with uiScale > 1.0
> 
> Reviewed-by: kcr, arapte
> 
> The backport didn't pass the pre-submit tests: The added test in JDK-8299968 (`SetSceneScalingTest`) was using some methods from `/tests/system/src/test/java/test/util/Util.java` that weren't back ported yet.
> 
> Those methods were added in https://bugs.openjdk.org/browse/JDK-8206430, with a commit that modified 101 files. In order to avoid backporting all those files as well, this backport only cherry-picks the changes done to `Util.java` in such commit.

This pull request has now been integrated.

Changeset: 7a4fff07
Author:    Jose Pereda <jpereda at openjdk.org>
URL:       https://git.openjdk.org/jfx17u/commit/7a4fff075f0c9e5767f1ff73977042b82e857561
Stats:     356 lines in 9 files changed: 349 ins; 4 del; 3 mod

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

Reviewed-by: jvos
Backport-of: 4051f1611646400b59ee871fb40399b933361ba2

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

PR: https://git.openjdk.org/jfx17u/pull/171


More information about the openjfx-dev mailing list