From 9cb0072f0fb73c0e80e99c028e706e36f705eadd Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 31 Jan 2016 09:15:17 -0500 Subject: [PATCH] Ram Search - also fix leadings zeros in the Difference box --- BizHawk.Client.EmuHawk/tools/Watch/RamSearch.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BizHawk.Client.EmuHawk/tools/Watch/RamSearch.cs b/BizHawk.Client.EmuHawk/tools/Watch/RamSearch.cs index 3c6b13b8c3..aab85072a5 100644 --- a/BizHawk.Client.EmuHawk/tools/Watch/RamSearch.cs +++ b/BizHawk.Client.EmuHawk/tools/Watch/RamSearch.cs @@ -134,6 +134,7 @@ namespace BizHawk.Client.EmuHawk SpecificValueBox.ByteSize = _settings.Size; SpecificValueBox.Type = _settings.Type; DifferentByBox.Type = Common.DisplayType.Unsigned; + DifferenceBox.Type = Common.DisplayType.Unsigned; MessageLabel.Text = string.Empty; SpecificAddressBox.MaxLength = (MemoryDomains.MainMemory.Size - 1).NumHexDigits();