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:
parent
7bd15a8560
commit
8ca3b9a2ed
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue