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:
parent
1d61f8f08d
commit
e1a81d1716
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue