On Wed, 18 Jun 2025 21:52:22 GMT, John Hendrikx <jhendr...@openjdk.org> wrote:
> Do I need to add additional code for that case? The fix is now in > `WindowEvent.RESTORE`, which I think should be catching both cases, or does > de-iconifying to a maximized stage somehow not send a restore event? At least on Windows you can go straight from an iconified state to a maximized state and the only event you'll see is WindowEvent.MAXIMIZE. That should be true on the Mac as well but there are bugs in the way glass handles maximized windows so I'm not entirely sure what the event sequence is. ------------- PR Comment: https://git.openjdk.org/jfx/pull/1733#issuecomment-2985963747