From e1a81d171668af7293bf5027a0d75134e96392c7 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 13 Oct 2013 15:44:08 +0000 Subject: [PATCH] Ram Search - don't immediately preview after doing a search, since all results will usually be filtered, wait until the next UpdateValues() call --- BizHawk.MultiClient/tools/Watch/RamSearch.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BizHawk.MultiClient/tools/Watch/RamSearch.cs b/BizHawk.MultiClient/tools/Watch/RamSearch.cs index 4ea2d4290a..ae9c9c8bda 100644 --- a/BizHawk.MultiClient/tools/Watch/RamSearch.cs +++ b/BizHawk.MultiClient/tools/Watch/RamSearch.cs @@ -226,8 +226,8 @@ namespace BizHawk.MultiClient DoSearch(); } - WatchListView.Refresh(); forcePreviewClear = false; + WatchListView.Refresh(); } } @@ -420,6 +420,7 @@ namespace BizHawk.MultiClient WatchListView.ItemCount = Searches.Count; SetRemovedMessage(removed); ToggleSearchDependentToolBarItems(); + forcePreviewClear = true; } private List SelectedIndices