diff --git a/Source/Core/DolphinWX/Cheats/ActionReplayCodesPanel.cpp b/Source/Core/DolphinWX/Cheats/ActionReplayCodesPanel.cpp index 7d03372ab1..e0b8cf19c6 100644 --- a/Source/Core/DolphinWX/Cheats/ActionReplayCodesPanel.cpp +++ b/Source/Core/DolphinWX/Cheats/ActionReplayCodesPanel.cpp @@ -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(); }