mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 06:39:33 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ CFrame::CFrame(wxFrame* parent,
|
||||||
SetIcon(IconTemp);
|
SetIcon(IconTemp);
|
||||||
|
|
||||||
// Give it a status bar
|
// 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
|
// Give it a menu bar
|
||||||
CreateMenu();
|
CreateMenu();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue