Cheats - fix updating values on dialog load
This commit is contained in:
parent
3c56223d7b
commit
701392f43c
|
@ -202,7 +202,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
ToggleGameGenieButton();
|
ToggleGameGenieButton();
|
||||||
CheatEditor.SetAddEvent(AddCheat);
|
CheatEditor.SetAddEvent(AddCheat);
|
||||||
CheatEditor.SetEditEvent(AddCheat); //CheatList.Add is already an upsert, so there is nothing different to handle here
|
CheatEditor.SetEditEvent(AddCheat); //CheatList.Add is already an upsert, so there is nothing different to handle here
|
||||||
UpdateValues();
|
UpdateDialog();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void ToggleGameGenieButton()
|
private void ToggleGameGenieButton()
|
||||||
|
|
Loading…
Reference in New Issue