From 8daccb972d47f968f31c8344c7fac2b39ec4b629 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sat, 4 Jan 2014 16:19:00 +0000 Subject: [PATCH] Ram Search - fix behavior of the Memory Domain label --- BizHawk.Client.EmuHawk/tools/Watch/RamSearch.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Client.EmuHawk/tools/Watch/RamSearch.cs b/BizHawk.Client.EmuHawk/tools/Watch/RamSearch.cs index ca3a1d12b2..63b759d6fc 100644 --- a/BizHawk.Client.EmuHawk/tools/Watch/RamSearch.cs +++ b/BizHawk.Client.EmuHawk/tools/Watch/RamSearch.cs @@ -272,6 +272,7 @@ namespace BizHawk.Client.EmuHawk ToggleSearchDependentToolBarItems(); SetReboot(false); MessageLabel.Text = String.Empty; + SetDomainLabel(); } public void NextCompareTo(bool reverse = false) @@ -492,7 +493,6 @@ namespace BizHawk.Client.EmuHawk private void SetMemoryDomain(string name) { _settings.Domain = Global.Emulator.MemoryDomains[name]; - SetDomainLabel(); SetReboot(true); SpecificAddressBox.MaxLength = IntHelpers.GetNumDigits(_settings.Domain.Size); DoDomainSizeCheck();