mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00:00
Fixed the remove and add buttons not disabling after removing a code.
This commit is contained in:
parent
51136681df
commit
54f931e651
1 changed files with 2 additions and 0 deletions
|
@ -288,4 +288,6 @@ void ActionReplayCodesPanel::OnRemoveCodeClick(wxCommandEvent&)
|
|||
m_codes.erase(m_codes.begin() + idx);
|
||||
m_checklist_cheats->Delete(idx);
|
||||
m_was_modified = true;
|
||||
|
||||
UpdateModifyButtons();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue