Hex Editor - fix copy/pasting multiple highlighted addresses
This commit is contained in:
parent
2a59e135ea
commit
65a4f5010a
|
@ -2134,7 +2134,7 @@ namespace BizHawk.MultiClient
|
|||
string value = ValueString(GetHighlightedAddress());
|
||||
foreach (int x in SecondaryHighlightedAddresses)
|
||||
{
|
||||
value += MakeValue(x);
|
||||
value += ValueString(x);
|
||||
}
|
||||
if (!String.IsNullOrWhiteSpace(value))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue