Cheats - refresh list when toggling the status of a cheat
This commit is contained in:
parent
3886205bbc
commit
3d28d0dc5d
BizHawk.Client.EmuHawk/tools/Cheats
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue