Mac: Make sure window is still showing when we exit a fullscreen space.
parent
f25ee50b03
commit
c663d731f1
|
@ -612,6 +612,8 @@ SetWindowStyle(SDL_Window * window, unsigned int style)
|
|||
window->w = 0;
|
||||
window->h = 0;
|
||||
[self windowDidResize:aNotification];
|
||||
|
||||
Cocoa_ShowWindow(SDL_GetVideoDevice(), window);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue