Merge branch 'main' into 12.0-development

This commit is contained in:
Alex Szpakowski
2022-02-05 21:40:24 -04:00
2 changed files with 3 additions and 8 deletions
-5
View File
@@ -843,11 +843,6 @@ bool Window::setFullscreen(bool fullscreen, FullscreenType fstype)
SDL_GL_MakeCurrent(window, glcontext);
updateSettings(newsettings, true);
// This gets un-set when we exit fullscreen (at least in macOS).
if (!fullscreen)
SDL_SetWindowMinimumSize(window, settings.minwidth, settings.minheight);
return true;
}