Turbopower_ipro: Underline links only at mouse-over.

git-svn-id: trunk@55592 -
This commit is contained in:
wp 2017-07-25 17:24:04 +00:00
parent cc1d5383c1
commit 0b26ea5887

View File

@ -10246,7 +10246,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