LazReport: Fix a problem exporting 2 pages from LazReport to JPEG image. Issue #31400, patch from Lagunov Aleksey.

git-svn-id: trunk@54306 -
This commit is contained in:
juha 2017-02-28 16:29:19 +00:00
parent 491d57ecbc
commit c6e74cb0e3

View File

@ -80,6 +80,7 @@ var
TmpVisible: Boolean;
begin
Inc(FCurPage);
FBmp.Clear;
FBmp.SetSize(Round(CurReport.EMFPages[FCurPage - 1]^.PrnInfo.Pgw * FZoom),
Round(CurReport.EMFPages[FCurPage - 1]^.PrnInfo.Pgh * FZoom));
FBmp.Canvas.Brush.Color := FColor;