From fc8cb97ce3bd7c0e14c08524ffcf9fce7c324c2c Mon Sep 17 00:00:00 2001 From: adelikat Date: Sat, 1 Mar 2014 18:09:09 +0000 Subject: [PATCH] Hex Editor - when freezing/unfreezing, update highlighter colors --- BizHawk.Client.EmuHawk/tools/HexEditor/HexEditor.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BizHawk.Client.EmuHawk/tools/HexEditor/HexEditor.cs b/BizHawk.Client.EmuHawk/tools/HexEditor/HexEditor.cs index 3b34dea08c..1e17bd0aba 100644 --- a/BizHawk.Client.EmuHawk/tools/HexEditor/HexEditor.cs +++ b/BizHawk.Client.EmuHawk/tools/HexEditor/HexEditor.cs @@ -1386,6 +1386,7 @@ namespace BizHawk.Client.EmuHawk } ToolHelpers.UpdateCheatRelatedTools(null, null); + MemoryViewerBox.Refresh(); } private void UnfreezeAllMenuItem_Click(object sender, EventArgs e)