Ram Search - fix having lots of leading zeros in the different by box

This commit is contained in:
adelikat 2016-01-30 18:28:29 -05:00
parent 418eed6cc5
commit 7bb3e04105
1 changed files with 1 additions and 0 deletions
BizHawk.Client.EmuHawk/tools/Watch

View File

@ -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();