From b0884ad0d0dd1a5e0ca246758120be90ffb4b941 Mon Sep 17 00:00:00 2001 From: adelikat Date: Mon, 7 Oct 2013 01:15:49 +0000 Subject: [PATCH] Ram SEarch - clear message label on new search --- BizHawk.MultiClient/tools/Watch/RamSearch.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BizHawk.MultiClient/tools/Watch/RamSearch.cs b/BizHawk.MultiClient/tools/Watch/RamSearch.cs index 4986d54e07..426a7cd2a1 100644 --- a/BizHawk.MultiClient/tools/Watch/RamSearch.cs +++ b/BizHawk.MultiClient/tools/Watch/RamSearch.cs @@ -245,6 +245,7 @@ namespace BizHawk.MultiClient WatchListView.ItemCount = Searches.Count; ToggleSearchDependentToolBarItems(); SetReboot(false); + MessageLabel.Text = String.Empty; } private void ToggleSearchDependentToolBarItems()