Ram Search - don't immediately preview after doing a search, since all results will usually be filtered, wait until the next UpdateValues() call

This commit is contained in:
adelikat 2013-10-13 15:44:08 +00:00
parent 1d61f8f08d
commit e1a81d1716
1 changed files with 2 additions and 1 deletions

View File

@ -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<int> SelectedIndices