mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Fix an issue introduced in my last commit. When the debugger is not used and the log or console windows are closed from the menu the notebook is not closed.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5981 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
5be58c6772
commit
ce3eb85d96
1 changed files with 2 additions and 1 deletions
|
@ -420,7 +420,8 @@ void CFrame::DoRemovePage(wxWindow *Win, bool bHide)
|
|||
}
|
||||
}
|
||||
}
|
||||
AddRemoveBlankPage();
|
||||
if (g_pCodeWindow)
|
||||
AddRemoveBlankPage();
|
||||
}
|
||||
|
||||
void CFrame::DoAddPage(wxWindow *Win, int i, bool Float)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue