mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 06:08:50 +00:00
Fix another part of issue 3716 missed in the last revision.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6602 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
22f19f6fdb
commit
d01542ee0a
2 changed files with 5 additions and 3 deletions
|
@ -700,7 +700,8 @@ void CFrame::OnPlay(wxCommandEvent& WXUNUSED (event))
|
|||
void CFrame::OnRenderParentClose(wxCloseEvent& event)
|
||||
{
|
||||
DoStop();
|
||||
event.Skip();
|
||||
if (Core::GetState() == Core::CORE_UNINITIALIZED)
|
||||
event.Skip();
|
||||
}
|
||||
|
||||
void CFrame::OnRenderParentMove(wxMoveEvent& event)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue