From 0fc7589a41ba21df2508a48d08f2128bcc56a61a Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Mon, 23 Nov 2020 14:06:28 +0000 Subject: [PATCH] jvcllaz: Fix JvHTLabel persistently changing color of hyperlinks when mouse hovers over them. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7900 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/jvcllaz/run/JvCore/jvjvclutils.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/jvcllaz/run/JvCore/jvjvclutils.pas b/components/jvcllaz/run/JvCore/jvjvclutils.pas index b0e52f707..9912d8433 100644 --- a/components/jvcllaz/run/JvCore/jvjvclutils.pas +++ b/components/jvcllaz/run/JvCore/jvjvclutils.pas @@ -7320,9 +7320,9 @@ var ((MouseY > 0) or (MouseX > 0)) then begin MouseOnLink := True; - Canvas.Font.Color := clRed; // hover link LinkName := TempLink; end; + if CalcType = htmlShow then begin if Trans then