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
This commit is contained in:
wp_xxyyzz
2020-11-23 14:06:28 +00:00
parent b98f47bf19
commit 0fc7589a41

View File

@ -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