Ram Search - remove lovely pink backgrounds
This commit is contained in:
parent
36a81e6ac4
commit
8192860072
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue