Ram Search - remove lovely pink backgrounds

This commit is contained in:
andres.delikat 2011-02-20 03:52:19 +00:00
parent 36a81e6ac4
commit 8192860072
1 changed files with 1 additions and 2 deletions

View File

@ -336,8 +336,7 @@ namespace BizHawk.MultiClient
private void SearchListView_QueryItemBkColor(int index, int column, ref Color color)
{
if (index % 2 == 0) color = Color.White; else color = Color.Pink;
//TODO: make background pink on items that would be removed if search button were clicked
}
private void SearchListView_QueryItemText(int index, int column, out string text)