From 819286007248e6bf4b7ae801fb604fb415427029 Mon Sep 17 00:00:00 2001 From: "andres.delikat" Date: Sun, 20 Feb 2011 03:52:19 +0000 Subject: [PATCH] Ram Search - remove lovely pink backgrounds --- BizHawk.MultiClient/tools/RamSearch.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BizHawk.MultiClient/tools/RamSearch.cs b/BizHawk.MultiClient/tools/RamSearch.cs index d5940e33b5..fdf7e92c2b 100644 --- a/BizHawk.MultiClient/tools/RamSearch.cs +++ b/BizHawk.MultiClient/tools/RamSearch.cs @@ -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)