mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 16:59:11 +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;
|
fCompStyle := csHintWindow;
|
||||||
Parent := nil;
|
Parent := nil;
|
||||||
Color := clInfoBk;
|
Color := clInfoBk;
|
||||||
Canvas.Font := Screen.HintFont;
|
Font := Screen.HintFont;
|
||||||
Canvas.Brush.Style := bsClear;
|
Canvas.Brush.Style := bsClear;
|
||||||
FAlignment := taLeftJustify;
|
FAlignment := taLeftJustify;
|
||||||
BorderStyle := bsNone;
|
BorderStyle := bsNone;
|
||||||
|
Loading…
Reference in New Issue
Block a user