We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad2f7c3 commit 5b88cd6Copy full SHA for 5b88cd6
libs/s25main/ingameWindows/IngameWindow.cpp
@@ -295,7 +295,8 @@ void IngameWindow::Draw_()
295
{
296
if(isModal_ && !IsActive())
297
SetActive(true);
298
-
+ if(!isMinimized_)
299
+ DrawBackground();
300
// Black border
301
// TODO: It would be better if this was included in the windows size. But the controls are added with absolute
302
// positions so adding the border to the size would move the border imgs inward into the content.
@@ -423,7 +424,6 @@ void IngameWindow::Draw_()
423
424
// Client area
425
if(!isMinimized_)
426
- DrawBackground();
427
Window::Draw_();
428
DrawContent();
429
}
0 commit comments