mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 23:41:19 +01:00
Merge pull request #4964 from DisorderIy/arcode-removal-fix
Fix remove and add buttons not disabling after removing Action Replay code
This commit is contained in:
commit
a3557ed199
@ -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…
x
Reference in New Issue
Block a user