Ram Search - fix having lots of leading zeros in the different by box
This commit is contained in:
parent
418eed6cc5
commit
7bb3e04105
BizHawk.Client.EmuHawk/tools/Watch
|
@ -133,6 +133,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
LoadConfigSettings();
|
||||
SpecificValueBox.ByteSize = _settings.Size;
|
||||
SpecificValueBox.Type = _settings.Type;
|
||||
DifferentByBox.Type = Common.DisplayType.Unsigned;
|
||||
|
||||
MessageLabel.Text = string.Empty;
|
||||
SpecificAddressBox.MaxLength = (MemoryDomains.MainMemory.Size - 1).NumHexDigits();
|
||||
|
|
Loading…
Reference in New Issue