From b8202bfb4589e59f7b3cff53e2215692ddf54d82 Mon Sep 17 00:00:00 2001 From: "andres.delikat" Date: Wed, 23 Feb 2011 14:17:24 +0000 Subject: [PATCH] Ram Search - a couple small fixes --- BizHawk.MultiClient/tools/RamSearch.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }