Francois Gouget : comctl32: Not visited links use HotTrackingColor for the text.

Alexandre Julliard julliard at winehq.org
Thu Sep 22 13:39:49 CDT 2011


Module: wine
Branch: master
Commit: 701415f045883dd772f31568fbbc982e9b9728f6
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=701415f045883dd772f31568fbbc982e9b9728f6

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Thu Sep 22 16:53:31 2011 +0200

comctl32: Not visited links use HotTrackingColor for the text.

---

 dlls/comctl32/syslink.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/comctl32/syslink.c b/dlls/comctl32/syslink.c
index c13267e..01d638c 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;




More information about the wine-cvs mailing list