From a1c322bc916de143c0dba1834924938b3aaefb2c Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 29 Sep 2013 17:26:12 +0000 Subject: [PATCH] Ram Search - update Specific Value Textbox properties when setting the size and display types --- BizHawk.MultiClient/tools/Watch/RamSearch.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BizHawk.MultiClient/tools/Watch/RamSearch.cs b/BizHawk.MultiClient/tools/Watch/RamSearch.cs index 3046bc820b..c9b4764d46 100644 --- a/BizHawk.MultiClient/tools/Watch/RamSearch.cs +++ b/BizHawk.MultiClient/tools/Watch/RamSearch.cs @@ -486,7 +486,7 @@ namespace BizHawk.MultiClient dropdown_dontfire = true; DisplayTypeDropdown.SelectedItem = Watch.DisplayTypeToString(type); dropdown_dontfire = false; - + SpecificValueBox.Type = type; WatchListView.Refresh(); } @@ -529,7 +529,7 @@ namespace BizHawk.MultiClient } PopulateTypeDropDown(); dropdown_dontfire = false; - + SpecificValueBox.Type = Settings.Type; SetReboot(true); }