Fix the speedhack panel.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2216 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
ramapcsx2 2009-11-18 13:59:49 +00:00
parent d8c495b064
commit 0f22852602
1 changed files with 1 additions and 0 deletions

View File

@ -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 );
// ------------------------------------------------------------------------