mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 13:08:12 +02:00
* Fix from Pascal Riekenberg to fix rendering background with clNone (bug ID #36533)
git-svn-id: trunk@62514 -
This commit is contained in:
parent
6d24a7b175
commit
94141e9f91
@ -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