On Mon, 23 Mar 2026 20:00:43 GMT, Michael Strauß <[email protected]> wrote:
>> Thiago Milczarek Sayao has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> - Make tests more reliable
>> - Fix issues pointed in review
>
> modules/javafx.graphics/src/main/native-glass/gtk/glass_window.cpp line 1461:
>
>> 1459:
>> 1460: // Clicking on a window edge starts a move-resize operation.
>> 1461: if (shouldStartResizeDrag) {
>
> You've removed the `shouldStartResizeDrag` branch, and duplicated the
> move-drag branch. If this is intended, remove the computation of
> `shouldStartResizeDrag` as well as the duplicated code below.
Oops, fixed.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1789#discussion_r2997942372