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
|
||||
begin
|
||||
MouseOnLink := True;
|
||||
Canvas.Font.Color := clRed; // hover link
|
||||
LinkName := TempLink;
|
||||
end;
|
||||
|
||||
if CalcType = htmlShow then
|
||||
begin
|
||||
if Trans then
|
||||
|
Reference in New Issue
Block a user