From c62cbbfa971dd361355f2f4898ab3c7b260e6705 Mon Sep 17 00:00:00 2001 From: Jonathan Li Date: Wed, 5 Aug 2015 21:00:29 +0100 Subject: [PATCH] Make GS Frame Panel black People prefer it that way and it's an easy enough fix. --- pcsx2/gui/FrameForGS.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pcsx2/gui/FrameForGS.cpp b/pcsx2/gui/FrameForGS.cpp index c6b16d156b..44ec185e35 100644 --- a/pcsx2/gui/FrameForGS.cpp +++ b/pcsx2/gui/FrameForGS.cpp @@ -92,6 +92,7 @@ GSPanel::GSPanel( wxWindow* parent ) InitDefaultAccelerators(); + SetBackgroundColour(wxColour((unsigned long)0)); if( g_Conf->GSWindow.AlwaysHideMouse ) { SetCursor( wxCursor(wxCURSOR_BLANK) );