RFR: JDK-8245919: Region#padding property rendering error [v3]
Andy Goryachev
angorya at openjdk.org
Mon May 15 17:59:54 UTC 2023
On Mon, 15 May 2023 17:55:09 GMT, Marius Hanl <mhanl at openjdk.org> wrote:
>> modules/javafx.graphics/src/test/java/test/javafx/scene/CssStyleHelperTest.java line 622:
>>
>>> 620: }
>>> 621: """
>>> 622: );
>>
>> is there a chance we would backport this fix (to < java15)?
>
> Even if there is, this still shouln't stop us using new language features, should it? Otherwise we can't really use any new feature, as a fix *might* be backported.
> On the other hand it is also easy to replace this text block when backported.
it could also be a one liner
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1072#discussion_r1194172909
More information about the openjfx-dev
mailing list