mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 22:49:30 +02:00
LazReport, fix text clipping on exported to PDF report, from Julio Jiménez Borreguero
git-svn-id: trunk@39251 -
This commit is contained in:
parent
faebc27321
commit
a2d8d51f85
@ -457,6 +457,7 @@ begin
|
||||
|
||||
PRTLabel := TPRLabel.Create(PRPanel);
|
||||
PRTLabel.Parent := PRPanel;
|
||||
PRTLabel.Clipping := true;
|
||||
try
|
||||
PRTLabel.Caption := Text;
|
||||
PRTLabel.Left := nx;
|
||||
|
Loading…
Reference in New Issue
Block a user