mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 17:59:50 +00:00
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:
parent
0fcf1d6197
commit
ced315f677
2 changed files with 22 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue