mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-05 22:20:32 +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);
|
||||
|
||||
begin
|
||||
RenderFrame(AFrame,CoordToRect(APos,AWidth,AHeight), RGBtoBGR(ABand.Frame.BackgroundColor));
|
||||
RenderFrame(AFrame,CoordToRect(APos,AWidth,AHeight), ABand.Frame.BackgroundColor);
|
||||
end;
|
||||
|
||||
Type
|
||||
|
Loading…
Reference in New Issue
Block a user