fpreport: Fix from Pascal Riekenberg to fix rendering background with clNone, bug ID #36533

git-svn-id: branches/fixes_2_0@63491 -
This commit is contained in:
mattias 2020-07-03 10:14:36 +00:00
parent 64ec2a7745
commit 025892a863

View File

@ -444,7 +444,7 @@ procedure TFPReportExportCanvas.RenderFrame(const ABand: TFPReportCustomBand; co
const APos: TFPReportPoint; const AWidth, AHeight: TFPReportUnits);
begin
RenderFrame(AFrame,CoordToRect(APos,AWidth,AHeight), RGBtoBGR(ABand.Frame.BackgroundColor));
RenderFrame(AFrame,CoordToRect(APos,AWidth,AHeight), ABand.Frame.BackgroundColor);
end;
Type