mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-09 19:59:49 +02:00
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:
parent
64ec2a7745
commit
025892a863
@ -444,7 +444,7 @@ procedure TFPReportExportCanvas.RenderFrame(const ABand: TFPReportCustomBand; co
|
|||||||
const APos: TFPReportPoint; const AWidth, AHeight: TFPReportUnits);
|
const APos: TFPReportPoint; const AWidth, AHeight: TFPReportUnits);
|
||||||
|
|
||||||
begin
|
begin
|
||||||
RenderFrame(AFrame,CoordToRect(APos,AWidth,AHeight), RGBtoBGR(ABand.Frame.BackgroundColor));
|
RenderFrame(AFrame,CoordToRect(APos,AWidth,AHeight), ABand.Frame.BackgroundColor);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
Type
|
Type
|
||||||
|
Loading…
Reference in New Issue
Block a user