LCL: hint window: use Font instead of Canvas.Font. Issue #31443

git-svn-id: trunk@54293 -
This commit is contained in:
ondrej 2017-02-27 14:27:52 +00:00
parent dec8fb4e29
commit 2bac2f4e5a

View File

@ -27,7 +27,7 @@ begin
fCompStyle := csHintWindow;
Parent := nil;
Color := clInfoBk;
Canvas.Font := Screen.HintFont;
Font := Screen.HintFont;
Canvas.Brush.Style := bsClear;
FAlignment := taLeftJustify;
BorderStyle := bsNone;