Update cheat inde on button press: Fixes #2550

This commit is contained in:
alyosha-tas 2021-01-09 20:05:10 -05:00
parent 75a655fdd8
commit a67d01f04d
1 changed files with 2 additions and 0 deletions

View File

@ -562,6 +562,8 @@ namespace BizHawk.Client.EmuHawk
{
SelectAllMenuItem_Click(null, null);
}
DoSelectedIndexChange();
}
private void CheatListView_SelectedIndexChanged(object sender, EventArgs e)