mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-17 06:02:44 +02:00
LazReport: fix PowerPDF exporter of roundrects without borders.
git-svn-id: trunk@57627 -
This commit is contained in:
parent
984515fd64
commit
1fb02e4d3e
@ -420,9 +420,9 @@ begin
|
|||||||
else
|
else
|
||||||
Data.FillColor := ColorToRGB(View.FillColor);
|
Data.FillColor := ColorToRGB(View.FillColor);
|
||||||
if View.Frames=[] then
|
if View.Frames=[] then
|
||||||
Data.FrameColor := Data.FillColor
|
Data.FrameColor := clNone
|
||||||
else
|
else
|
||||||
Data.FrameColor := ColorToRGB(View.FrameColor);
|
Data.FrameColor := View.FrameColor;
|
||||||
Data.FrameWidth := View.FrameWidth;
|
Data.FrameWidth := View.FrameWidth;
|
||||||
Data.FrameStyle := View.FrameStyle;
|
Data.FrameStyle := View.FrameStyle;
|
||||||
AddShape(Data, x, y, h - SWidth, w - SWidth);
|
AddShape(Data, x, y, h - SWidth, w - SWidth);
|
||||||
|
Loading…
Reference in New Issue
Block a user