mirror of https://github.com/PCSX2/pcsx2.git
Should fix linux...
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2410 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
f293c2983b
commit
1298a35481
|
@ -26,6 +26,7 @@
|
|||
class pxStaticText;
|
||||
class pxStaticHeading;
|
||||
class pxCheckBox;
|
||||
class wxSpinCtrl;
|
||||
|
||||
#define wxSF wxSizerFlags()
|
||||
|
||||
|
|
|
@ -246,6 +246,7 @@ GSFrame::GSFrame(wxWindow* parent, const wxString& title)
|
|||
label->SetName(L"OutputDisabledLabel");
|
||||
label->SetFont( *new wxFont( 20, wxDEFAULT, wxNORMAL, wxBOLD ) );
|
||||
label->SetForegroundColour( *wxWHITE );
|
||||
label->Show( !EmuConfig.GS.DisableOutput );
|
||||
|
||||
m_gspanel = new GSPanel( this );
|
||||
|
||||
|
|
Loading…
Reference in New Issue