You've already forked lazarus-ccr
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:
@ -7320,9 +7320,9 @@ var
|
|||||||
((MouseY > 0) or (MouseX > 0)) then
|
((MouseY > 0) or (MouseX > 0)) then
|
||||||
begin
|
begin
|
||||||
MouseOnLink := True;
|
MouseOnLink := True;
|
||||||
Canvas.Font.Color := clRed; // hover link
|
|
||||||
LinkName := TempLink;
|
LinkName := TempLink;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
if CalcType = htmlShow then
|
if CalcType = htmlShow then
|
||||||
begin
|
begin
|
||||||
if Trans then
|
if Trans then
|
||||||
|
Reference in New Issue
Block a user