redraw listview each frame, maybe

This commit is contained in:
zeromus 2011-02-20 00:56:43 +00:00
parent b0005e19aa
commit 298a0a5c2f
1 changed files with 1 additions and 0 deletions

View File

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