mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-01-14 09:05:28 +00:00
macOS sends a focus loss event when the dialog is created, which causes SDL to try to minimize the window, which confuses the entire system. So in this special case, don't do the minimization. Fixes #13168.