LazReport, fix text clipping on exported to PDF report, from Julio Jiménez Borreguero

git-svn-id: trunk@39251 -
This commit is contained in:
jesus 2012-11-06 17:49:02 +00:00
parent faebc27321
commit a2d8d51f85

View File

@ -457,6 +457,7 @@ begin
PRTLabel := TPRLabel.Create(PRPanel);
PRTLabel.Parent := PRPanel;
PRTLabel.Clipping := true;
try
PRTLabel.Caption := Text;
PRTLabel.Left := nx;