mirror of https://github.com/PCSX2/pcsx2.git
Fix the speedhack panel.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2216 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
d8c495b064
commit
0f22852602
|
@ -252,6 +252,7 @@ Panels::SpeedHacksPanel::SpeedHacksPanel( wxWindow* parent ) :
|
|||
heading->AddTo( mainSizer );
|
||||
mainSizer.Add( s_table, wxSizerFlags().Expand() );
|
||||
mainSizer.Add( &DefEnableSizer, wxSizerFlags().Expand() );
|
||||
SetSizer( &mainSizer );
|
||||
|
||||
// ------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue