From 701415f045883dd772f31568fbbc982e9b9728f6 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Thu, 22 Sep 2011 16:53:31 +0200 Subject: [PATCH] comctl32: Not visited links use HotTrackingColor for the text. --- dlls/comctl32/syslink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/comctl32/syslink.c b/dlls/comctl32/syslink.c index c13267e995c..01d638c2526 100644 --- a/dlls/comctl32/syslink.c +++ b/dlls/comctl32/syslink.c @@ -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;