Ram Search - use .Refresh() instead of .Update()
This commit is contained in:
parent
b72c1b6827
commit
ab50252e68
|
@ -53,7 +53,7 @@ namespace BizHawk.MultiClient
|
|||
searchList[x].changecount++;
|
||||
|
||||
}
|
||||
SearchListView.Update();
|
||||
SearchListView.Refresh();
|
||||
}
|
||||
|
||||
private void RamSearch_Load(object sender, EventArgs e)
|
||||
|
|
Loading…
Reference in New Issue