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); }