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