On Tue, 24 Mar 2026 17:58:31 GMT, Marius Hanl <[email protected]> wrote:
>> modules/javafx.controls/src/main/java/com/sun/javafx/scene/control/behavior/CellBehaviorBase.java
>> line 176:
>>
>>> 174: latePress = isSelected();
>>> 175: if (!latePress) {
>>> 176: doSelect(e, e.getX(), e.getY(), e.getButton(),
>>> e.getClickCount(),
>>
>> might as well pass only the event pointer
>
> I tried to keep the diff minimal. But if you like, I can also change that,
> fine for me
the diff is not structural, and since you added the event pointer it makes less
sense to dereference and pass all the fields...
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1935#discussion_r2983621508