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:
Anthony 2017-03-14 11:21:39 -07:00 committed by GitHub
commit a3557ed199

View File

@ -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();
}