This seems to give a very slight performance improvement to Ram Watch and Ram search
This commit is contained in:
parent
546b3f3e19
commit
55545d5f67
|
@ -239,7 +239,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
}
|
||||
|
||||
_forcePreviewClear = false;
|
||||
WatchListView.Refresh();
|
||||
WatchListView.ItemCount = _searches.Count;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -235,7 +235,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
}
|
||||
|
||||
WatchListView.BlazingFast = true;
|
||||
WatchListView.Refresh();
|
||||
WatchListView.ItemCount = _watches.Count;
|
||||
WatchListView.BlazingFast = false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue