Hex Editor - fix a minor bug with displaying the selected address, fixes #709

This commit is contained in:
adelikat 2016-10-05 19:31:30 -05:00
parent 7727a701b1
commit 3daad8d916
1 changed files with 1 additions and 1 deletions

View File

@ -2264,9 +2264,9 @@ namespace BizHawk.Client.EmuHawk
}
else
{
SetHighlighted(pointedAddress);
_secondaryHighlightedAddresses.Clear();
_findStr = string.Empty;
SetHighlighted(pointedAddress);
}
MemoryViewerBox.Refresh();