Cheats - fix updating values on dialog load

This commit is contained in:
adelikat 2013-11-19 19:28:37 +00:00
parent 3c56223d7b
commit 701392f43c
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ namespace BizHawk.Client.EmuHawk
ToggleGameGenieButton();
CheatEditor.SetAddEvent(AddCheat);
CheatEditor.SetEditEvent(AddCheat); //CheatList.Add is already an upsert, so there is nothing different to handle here
UpdateValues();
UpdateDialog();
}
private void ToggleGameGenieButton()