tastudio: color frame column the same as player 2.

this visually separates frame number column from input.
could have been done by aligning frame text to the right, but it's not possible right now.
This commit is contained in:
feos 2015-07-30 21:08:14 +03:00
parent a0eea10de5
commit 78f4084411
1 changed files with 2 additions and 0 deletions

View File

@ -144,6 +144,8 @@ namespace BizHawk.Client.EmuHawk
{
if (Emulator.Frame != index && CurrentTasMovie.Markers.IsMarker(index))
color = Marker_FrameCol;
else
color = Color.FromArgb(32, 0, 0, 0); // same as players 2 and 4
}
else if (index == _floatEditRow && columnName == _floatEditColumn)
{ // SuuperW: Analog editing is indicated by a color change.