Ram Search - use .Refresh() instead of .Update()

This commit is contained in:
andres.delikat 2011-02-20 01:14:17 +00:00
parent b72c1b6827
commit ab50252e68
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ namespace BizHawk.MultiClient
searchList[x].changecount++;
}
SearchListView.Update();
SearchListView.Refresh();
}
private void RamSearch_Load(object sender, EventArgs e)