Frame: Turn on the resize gripper again

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1919 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
John Peterson 2009-01-18 11:43:10 +00:00
parent 7bd15a8560
commit 8ca3b9a2ed
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ CFrame::CFrame(wxFrame* parent,
SetIcon(IconTemp);
// Give it a status bar
m_pStatusBar = CreateStatusBar(1, 0, ID_STATUSBAR);
m_pStatusBar = CreateStatusBar(1, wxST_SIZEGRIP, ID_STATUSBAR);
// Give it a menu bar
CreateMenu();