Ram Search - fix behavior of the Memory Domain label

This commit is contained in:
adelikat 2014-01-04 16:19:00 +00:00
parent b416aebd45
commit 8daccb972d
1 changed files with 1 additions and 1 deletions

View File

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