mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 04:55:58 +02:00
LazReport, lrCodeReport: add missing layout text property, from Frans van Leeuwen, issue #28609
git-svn-id: trunk@49763 -
This commit is contained in:
parent
d368f7dcb5
commit
66468c8af8
@ -586,6 +586,7 @@ begin
|
||||
AText.Font.Style := Style.FontStyle;
|
||||
|
||||
AText.Alignment := Style.Alignment;
|
||||
AText.Layout := Style.Layout;
|
||||
|
||||
AText.Memo.Add(Text);
|
||||
AText.CalcGaps;
|
||||
|
Loading…
Reference in New Issue
Block a user