mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 21:20:28 +02:00
Merged revision(s) 55592 #0b26ea5887 from trunk:
Turbopower_ipro: Underline links only at mouse-over. ........ git-svn-id: branches/fixes_1_8@55625 -
This commit is contained in:
parent
06c1ab9a43
commit
271396d3ad
@ -10083,7 +10083,7 @@ begin
|
||||
Props.FontStyle := Props.FontStyle + [fsUnderline];
|
||||
end else
|
||||
if HasRef then begin
|
||||
Props.FontStyle := Props.FontStyle + [fsUnderline];
|
||||
Props.FontStyle := Props.FontStyle - [fsUnderline];
|
||||
if Owner.LinkVisited(HRef) then
|
||||
Props.FontColor := Props.VLinkColor
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user