Properly destroy cheat manager window when closed.

Fixes issue 4595.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7604 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
NeoBrainX
2011-06-17 09:19:13 +00:00
parent 0fcf1d6197
commit ced315f677
2 changed files with 22 additions and 4 deletions

View File

@ -55,6 +55,7 @@ protected:
void PressOK(wxCommandEvent&);
void PressCancel(wxCommandEvent&);
void OnEvent_Close(wxCloseEvent& ev);
};
class CheatSearchTab : public wxPanel
@ -151,6 +152,7 @@ class wxCheatsWindow : public wxDialog
// $ Close Button
void OnEvent_ButtonClose_Press(wxCommandEvent& event);
void OnEvent_Close(wxCloseEvent& ev);
// $ Cheats List
void OnEvent_CheatsList_ItemSelected(wxCommandEvent& event);