RFR: 8353223: [Linux] - Maximized windows do not retain correct size when resized programmatically
Thiago Milczarek Sayao
tsayao at openjdk.org
Sat Mar 29 13:42:18 UTC 2025
On Sat, 29 Mar 2025 12:17:29 GMT, Thiago Milczarek Sayao <tsayao at openjdk.org> wrote:
> When a window is maximized, if only the width or height is programmatically set, the window will retain its current maximized dimension (either height or width) as is, unless the other dimension is also explicitly set.
>
> This is consistent with what Gtk does.
I'm having second thoughts about this, begin that resize should be ignored if the window is maximized.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1748#issuecomment-2763368749
More information about the openjfx-dev
mailing list