mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 04:19:09 +02:00
LCL: hint window: use Font instead of Canvas.Font. Issue #31443
git-svn-id: trunk@54293 -
This commit is contained in:
parent
dec8fb4e29
commit
2bac2f4e5a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user