On Fri, 24 Sep 2021 11:22:22 GMT, Kevin Rushforth <k...@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

Reply via email to