Tastudio - slight color change

This commit is contained in:
adelikat 2014-10-15 19:06:33 +00:00
parent 63d07a0160
commit 4ec375c708
1 changed files with 1 additions and 3 deletions

View File

@ -140,9 +140,7 @@ namespace BizHawk.Client.EmuHawk
}
else
{
color = (columnName == MarkerColumnName || columnName == FrameColumnName) ?
Color.White :
SystemColors.ControlLight;
color = Color.FromArgb(0xFFFEEE);
}
}
}