On Mon, 7 Sep 2026 14:42:50 GMT, Marius Hanl <[email protected]> wrote:
>> Thiago Milczarek Sayao has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Address review feedback: >> - Fix programmatically resizing unresizable windows >> - Fix removing minimize on disabling the window (only works on older >> window managers) > > modules/javafx.graphics/src/main/native-glass/gtk/glass_window.cpp line 1601: > >> 1599: newY = ySet ? y : loc.y.value(); >> 1600: loc_set = true; >> 1601: } > > What about the case when only `x` or only `y` changed? It does handle that case. When only x changes, newX uses the new x value while newY uses the existing loc.y value (and vice versa for y). ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/2139#discussion_r3952458670
