Missed one call to migrate

This commit is contained in:
Kovid Goyal 2019-02-24 20:14:31 +05:30
parent 5d4491667b
commit b777353766
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -412,7 +412,7 @@ static GLFWwindow *application_quit_canary = NULL;
static int
on_application_reopen(int has_visible_windows) {
if (has_visible_windows) return true;
set_cocoa_pending_action(NEW_OS_WINDOW);
set_cocoa_pending_action(NEW_OS_WINDOW, NULL);
// Without unjam wait_for_events() blocks until the next event
unjam_event_loop();
return false;