Hex Editor - when freezing/unfreezing, update highlighter colors

This commit is contained in:
adelikat 2014-03-01 18:09:09 +00:00
parent 75b9b132b6
commit fc8cb97ce3
1 changed files with 1 additions and 0 deletions

View File

@ -1386,6 +1386,7 @@ namespace BizHawk.Client.EmuHawk
}
ToolHelpers.UpdateCheatRelatedTools(null, null);
MemoryViewerBox.Refresh();
}
private void UnfreezeAllMenuItem_Click(object sender, EventArgs e)