[jfx17u] RFR: 8298728: Cells in VirtualFlow jump after resizing
Johan Vos
jvos at openjdk.org
Wed Sep 6 06:30:45 UTC 2023
On Tue, 5 Sep 2023 23:36:25 GMT, Jose Pereda <jpereda at openjdk.org> wrote:
> Almost clean backport of 8298728: Cells in VirtualFlow jump after resizing
> Reviewed-by: aghaisas, angorya
>
> There was a small conflict in VirtualFlowTest::CellStub, due to JDK-8297414:
>
>
> - setSkin(new SkinStub<CellStub>(this));
> + setSkin(new SkinStub<>(this));
Marked as reviewed by jvos (Reviewer).
-------------
PR Review: https://git.openjdk.org/jfx17u/pull/154#pullrequestreview-1612573125
More information about the openjfx-dev
mailing list