https://bugs.winehq.org/show_bug.cgi?id=57521 Zhiyi Zhang <zzhang(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zzhang(a)codeweavers.com --- Comment #3 from Zhiyi Zhang <zzhang(a)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]". -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.