mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 15:19:42 -06:00
Fixed the remove and add buttons not disabling after removing a code.
This commit is contained in:
@ -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();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user