From 701392f43cca6278c622fda17c1ab291b17b9950 Mon Sep 17 00:00:00 2001 From: adelikat Date: Tue, 19 Nov 2013 19:28:37 +0000 Subject: [PATCH] Cheats - fix updating values on dialog load --- BizHawk.Client.EmuHawk/tools/Cheats/Cheats.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Client.EmuHawk/tools/Cheats/Cheats.cs b/BizHawk.Client.EmuHawk/tools/Cheats/Cheats.cs index e2c4e6d7be..9f9cc7433c 100644 --- a/BizHawk.Client.EmuHawk/tools/Cheats/Cheats.cs +++ b/BizHawk.Client.EmuHawk/tools/Cheats/Cheats.cs @@ -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()