diff --git a/BizHawk.MultiClient/tools/RamSearch.cs b/BizHawk.MultiClient/tools/RamSearch.cs index 0df292afbf..f777f10269 100644 --- a/BizHawk.MultiClient/tools/RamSearch.cs +++ b/BizHawk.MultiClient/tools/RamSearch.cs @@ -19,7 +19,6 @@ namespace BizHawk.MultiClient //TODO: //Window position gets saved but doesn't load properly //Multiple memory domains - //Search equal to previous value, eveyrthing will be pink afterward //Context Menu - if highlighted items - show Highlight dependent functions string systemID = "NULL"; @@ -537,6 +536,7 @@ namespace BizHawk.MultiClient { searchList = new List(weededList); weededList.Clear(); + IsAWeededList = false; } private void DoPreview() @@ -1029,6 +1029,7 @@ namespace BizHawk.MultiClient case atype.DWORD: SpecificValueBox.MaxLength = 11; break; + default: SpecificValueBox.MaxLength = 11; break; }