mirror of
https://github.com/reactos/wine.git
synced 2025-02-18 03:48:01 +00:00
comctl32: Not visited links use HotTrackingColor for the text.
This commit is contained in:
parent
f83c470805
commit
701415f045
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user