mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06: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:
@ -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)
|
||||
|
Reference in New Issue
Block a user