* Fix from Pascal Riekenberg to fix rendering background with clNone (bug ID #36533)

git-svn-id: trunk@62514 -
This commit is contained in:
michael 2020-01-08 17:43:46 +00:00
parent 6d24a7b175
commit 94141e9f91

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