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:
maxim 2017-08-01 22:34:38 +00:00
parent 06c1ab9a43
commit 271396d3ad

View File

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