On Tue, 10 Dec 2024 22:03:04 GMT, Andy Goryachev <ango...@openjdk.org> wrote:

>> Yes, IntelliJ actually gave me the hint.
>> `isVisible` can only be `false`, when a `fixedCellSize` is set. So the else 
>> branch can only ever be executed when `fixedCellSize > 0`
>
> it's hard to tell (for me): there are just too many conditions: 
> isColumnParticallyOrFullVisible(), if parent == null...

It will be much better after https://github.com/openjdk/jfx/pull/1644 :)

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1645#discussion_r1879003014

Reply via email to