mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 12:35:55 +02:00
LCL: fixed TFont.Assign, also assign Orientation from Alexander (issue #13907)
git-svn-id: trunk@20402 -
This commit is contained in:
parent
1acb779801
commit
ee6572eea6
@ -635,6 +635,7 @@ begin
|
||||
// use height which users could have changed directly
|
||||
Height := TFont(Source).Height;
|
||||
Name := TFont(Source).Name;
|
||||
Orientation := TFont(Source).Orientation;
|
||||
Pitch := TFont(Source).Pitch;
|
||||
Style := TFont(Source).Style;
|
||||
Quality := TFont(Source).Quality;
|
||||
|
Loading…
Reference in New Issue
Block a user