mirror of https://github.com/PCSX2/pcsx2.git
Make GS Frame Panel black
People prefer it that way and it's an easy enough fix.
This commit is contained in:
parent
2ea51dd594
commit
c62cbbfa97
|
@ -92,6 +92,7 @@ GSPanel::GSPanel( wxWindow* parent )
|
||||||
|
|
||||||
InitDefaultAccelerators();
|
InitDefaultAccelerators();
|
||||||
|
|
||||||
|
SetBackgroundColour(wxColour((unsigned long)0));
|
||||||
if( g_Conf->GSWindow.AlwaysHideMouse )
|
if( g_Conf->GSWindow.AlwaysHideMouse )
|
||||||
{
|
{
|
||||||
SetCursor( wxCursor(wxCURSOR_BLANK) );
|
SetCursor( wxCursor(wxCURSOR_BLANK) );
|
||||||
|
|
Loading…
Reference in New Issue