https://bugs.winehq.org/show_bug.cgi?id=57521
Zhiyi Zhang zzhang@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zzhang@codeweavers.com
--- Comment #3 from Zhiyi Zhang zzhang@codeweavers.com --- Generally, text colors are specified in the [SysMetrics] section in light.rc, for example, see "System colors". Then for individual controls, there is the "TextColor" property, for example, "TextColor = 0 0 0" in "[Button.Groupbox]". Properties are also inherited from parents. So if "[Button.Commandlink(Hot)]" doesn't specify a TextColor, then it will search "[Button.Commandlink]" and then "[Button]".