This seems to give a very slight performance improvement to Ram Watch and Ram search

This commit is contained in:
adelikat 2014-07-27 14:50:18 +00:00
parent 546b3f3e19
commit 55545d5f67
2 changed files with 2 additions and 2 deletions

View File

@ -239,7 +239,7 @@ namespace BizHawk.Client.EmuHawk
}
_forcePreviewClear = false;
WatchListView.Refresh();
WatchListView.ItemCount = _searches.Count;
}
}

View File

@ -235,7 +235,7 @@ namespace BizHawk.Client.EmuHawk
}
WatchListView.BlazingFast = true;
WatchListView.Refresh();
WatchListView.ItemCount = _watches.Count;
WatchListView.BlazingFast = false;
}
}