From 4ec375c708c7c87ff7bd27e91ba65854f8c3f044 Mon Sep 17 00:00:00 2001 From: adelikat Date: Wed, 15 Oct 2014 19:06:33 +0000 Subject: [PATCH] Tastudio - slight color change --- BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.ListView.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.ListView.cs b/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.ListView.cs index e192f860d6..ca7daa5936 100644 --- a/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.ListView.cs +++ b/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.ListView.cs @@ -140,9 +140,7 @@ namespace BizHawk.Client.EmuHawk } else { - color = (columnName == MarkerColumnName || columnName == FrameColumnName) ? - Color.White : - SystemColors.ControlLight; + color = Color.FromArgb(0xFFFEEE); } } }