marker control - no need to set Color.White, that is the default
This commit is contained in:
parent
cbace55d01
commit
f579961823
|
@ -70,14 +70,6 @@ namespace BizHawk.Client.EmuHawk
|
|||
color = column.Name == "LabelColumn" ? TAStudio.GreenZone_FrameCol : TAStudio.GreenZone_InputLog;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
color = Color.White;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
color = Color.White;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue