Hex Editor - fix a minor bug with displaying the selected address, fixes #709
This commit is contained in:
parent
7727a701b1
commit
3daad8d916
|
@ -2264,9 +2264,9 @@ namespace BizHawk.Client.EmuHawk
|
|||
}
|
||||
else
|
||||
{
|
||||
SetHighlighted(pointedAddress);
|
||||
_secondaryHighlightedAddresses.Clear();
|
||||
_findStr = string.Empty;
|
||||
SetHighlighted(pointedAddress);
|
||||
}
|
||||
|
||||
MemoryViewerBox.Refresh();
|
||||
|
|
Loading…
Reference in New Issue