RFR: 8274137: TableView scrollbar/header misaligned when reloading data [v2]
Robert Lichtenberger
rlichten at openjdk.java.net
Mon Sep 27 05:21:05 UTC 2021
On Fri, 24 Sep 2021 11:22:22 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> Robert Lichtenberger has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8274137: TableView scrollbar/header misaligned when reloading data
>>
>> Alternative fix using additional listeners instead of removing
>> optimization.
>
> modules/javafx.controls/src/main/java/javafx/scene/control/skin/VirtualFlow.java line 3194:
>
>> 3192: }
>> 3193:
>> 3194: @Override
>
> The added `@Override` annotations are unrelated to your fix. Can you please revert them?
By trying to make eclipse remove trailing whitespace I've accidentally activated the "Add missing Annotations" option :-(.
Will remove them and update the PR ...
-------------
PR: https://git.openjdk.java.net/jfx/pull/629
More information about the openjfx-dev
mailing list