mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 13:59:31 +02:00
LCL: Missed assigning of default font value Style.
git-svn-id: trunk@55755 -
This commit is contained in:
parent
8dd9ef126a
commit
bc45df2766
@ -624,6 +624,7 @@ begin
|
||||
FCharSet := DefFontData.CharSet;
|
||||
FQuality := DefFontData.Quality;
|
||||
FHeight := DefFontData.Height;
|
||||
FStyle := DefFontData.Style;
|
||||
inherited SetSize(-MulDiv(FHeight, 72, FPixelsPerInch));
|
||||
DelayAllocate := True;
|
||||
inherited SetName(DefFontData.Name);
|
||||
|
Loading…
Reference in New Issue
Block a user