Cheats - refresh list when toggling the status of a cheat

This commit is contained in:
adelikat 2015-09-05 20:47:28 -04:00
parent 3886205bbc
commit 3d28d0dc5d
1 changed files with 1 additions and 0 deletions
BizHawk.Client.EmuHawk/tools/Cheats

View File

@ -527,6 +527,7 @@ namespace BizHawk.Client.EmuHawk
private void ToggleMenuItem_Click(object sender, EventArgs e)
{
SelectedCheats.ToList().ForEach(x => x.Toggle());
CheatListView.Refresh();
}
private void DisableAllCheatsMenuItem_Click(object sender, EventArgs e)