RFR: 8350149: VBox ignores bias of child controls when fillWidth is set to false [v4]

John Hendrikx jhendrikx at openjdk.org
Mon Mar 24 21:30:15 UTC 2025


On Mon, 24 Feb 2025 17:30:29 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

>> John Hendrikx has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Clarify terms
>
> modules/javafx.graphics/src/main/java/javafx/scene/layout/Region.java line 2049:
> 
>> 2047:      *
>> 2048:      * The space allocated to a child, minus its margins, adjusted according to
>> 2049:      * its constraints (min <= X <= max). These are never -1.
> 
> always `> 0.0` here?

0 is probably still allowed, but it shouldn't be negative.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1723#discussion_r2010950214


More information about the openjfx-dev mailing list