Make GS Frame Panel black

People prefer it that way and it's an easy enough fix.
This commit is contained in:
Jonathan Li 2015-08-05 21:00:29 +01:00
parent 2ea51dd594
commit c62cbbfa97
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ GSPanel::GSPanel( wxWindow* parent )
InitDefaultAccelerators();
SetBackgroundColour(wxColour((unsigned long)0));
if( g_Conf->GSWindow.AlwaysHideMouse )
{
SetCursor( wxCursor(wxCURSOR_BLANK) );