mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 08:09:31 +02:00
Turbopower_ipro: Underline links only at mouse-over.
git-svn-id: trunk@55592 -
This commit is contained in:
parent
cc1d5383c1
commit
0b26ea5887
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user