mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 19:19:03 +00:00
DolphinWX: Reimplement cheat listbox updating, but without a global
Just use event handling.
This commit is contained in:
parent
90eaf9519c
commit
e7939a6b44
5 changed files with 17 additions and 1 deletions
|
@ -313,6 +313,7 @@ void CheatSearchTab::CreateARCode(wxCommandEvent&)
|
|||
const u32 address = m_search_results[sel].address | ((m_search_type_size & ~1) << 24);
|
||||
|
||||
CreateCodeDialog arcode_dlg(this, address);
|
||||
arcode_dlg.SetExtraStyle(arcode_dlg.GetExtraStyle() & ~wxWS_EX_BLOCK_EVENTS);
|
||||
arcode_dlg.ShowModal();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue