RFR: 8258592: Control labels in Dialogs are truncated at certain DPI scaling levels [v2]
Jose Pereda
jpereda at openjdk.java.net
Thu Dec 17 17:14:14 UTC 2020
On Thu, 17 Dec 2020 16:25:05 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> Jose Pereda has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Check that the alert exists
>
> tests/system/src/test/java/test/javafx/scene/UIRenderDialogTest.java line 121:
>
>> 119: public static void teardown() {
>> 120: Platform.runLater(() -> {
>> 121: alert.hide();
>
> Maybe add a null check in case the test fails to create the Alert?
OK, done
-------------
PR: https://git.openjdk.java.net/jfx/pull/369
More information about the openjfx-dev
mailing list