mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +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_codes.erase(m_codes.begin() + idx);
|
||||||
m_checklist_cheats->Delete(idx);
|
m_checklist_cheats->Delete(idx);
|
||||||
m_was_modified = true;
|
m_was_modified = true;
|
||||||
|
|
||||||
|
UpdateModifyButtons();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue