ide: use correct tooltip font color (issue #0013524)

git-svn-id: trunk@19614 -
This commit is contained in:
paul 2009-04-25 11:41:50 +00:00
parent 8f2bc2fdb1
commit 2c04e4de3e

View File

@ -316,6 +316,7 @@ begin
WordWrap := True;
Layout := tlCenter;
Alignment := taCenter;
Font.Color := clInfoText;
end;
function TSimpleHTMLControl.GetURL: string;