From d4b77bc3dc711e211a1e9c5d0b6e0e5f8c165826 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Mon, 1 May 2023 01:36:47 -0500 Subject: [PATCH] GUI: WHAT?! --- src/gui/gui.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index 76cc9d551..0c6b3254c 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -3268,11 +3268,11 @@ bool FurnaceGUI::detectOutOfBoundsWindow(SDL_Rect& failing) { logD("bounds check: display %d is at %dx%dx%dx%d: %s%s",i,rect.x+OOB_PIXELS_SAFETY,rect.y+OOB_PIXELS_SAFETY,rect.x+rect.w-OOB_PIXELS_SAFETY,rect.y+rect.h-OOB_PIXELS_SAFETY,xbound?"x":"",ybound?"y":""); if (xbound && ybound) { - failing=rect; return true; } } + failing=rect; return false; } @@ -6015,7 +6015,7 @@ bool FurnaceGUI::init() { scrY=scrConfY=SDL_WINDOWPOS_CENTERED; // make sure our window isn't big - if (bounds.w