comctl32: Not visited links use HotTrackingColor for the text.

This commit is contained in:
Francois Gouget 2011-09-22 16:53:31 +02:00 committed by Alexandre Julliard
parent f83c470805
commit 701415f045

View file

@ -1752,7 +1752,7 @@ static LRESULT WINAPI SysLinkWindowProc(HWND hwnd, UINT message,
infoPtr->HasFocus = FALSE;
infoPtr->MouseDownID = -1;
infoPtr->TextColor = comctl32_color.clrWindowText;
infoPtr->LinkColor = comctl32_color.clrHighlight;
infoPtr->LinkColor = comctl32_color.clrHotTrackingColor;
infoPtr->VisitedColor = comctl32_color.clrHighlight;
infoPtr->BackColor = infoPtr->Style & LWS_TRANSPARENT ?
comctl32_color.clrWindow : comctl32_color.clrBtnFace;