RFR: 8092379: GridPane should not render extra gaps when entire rows or columns are unmanaged [v4]
Andy Goryachev
angorya at openjdk.org
Mon Dec 1 22:39:05 UTC 2025
On Mon, 1 Dec 2025 22:08:02 GMT, John Hendrikx <jhendrikx at openjdk.org> wrote:
>> modules/javafx.graphics/src/main/java/javafx/scene/layout/GridPane.java line 2640:
>>
>>> 2638: private Iterable<Entry<Interval, Double>> multiSizes() {
>>> 2639: if (multiSizes == null) {
>>> 2640: return Collections.emptyList();
>>
>> unrelated change, and probably gets inlined anyway.
>
> Yeah, could remove, I just made the change because it was giving a raw type warning.
I turned the raw warnings off, the project has thousands of those...
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1990#discussion_r2578953998
More information about the openjfx-dev
mailing list