From 2c04e4de3ec4f306f0a26da146cc7fc1aa653294 Mon Sep 17 00:00:00 2001 From: paul Date: Sat, 25 Apr 2009 11:41:50 +0000 Subject: [PATCH] ide: use correct tooltip font color (issue #0013524) git-svn-id: trunk@19614 - --- ide/helpmanager.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/ide/helpmanager.pas b/ide/helpmanager.pas index 2e098f15e4..30860c2943 100644 --- a/ide/helpmanager.pas +++ b/ide/helpmanager.pas @@ -316,6 +316,7 @@ begin WordWrap := True; Layout := tlCenter; Alignment := taCenter; + Font.Color := clInfoText; end; function TSimpleHTMLControl.GetURL: string;