mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-16 10:22:43 +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
|
||||
Data.FillColor := ColorToRGB(View.FillColor);
|
||||
if View.Frames=[] then
|
||||
Data.FrameColor := Data.FillColor
|
||||
Data.FrameColor := clNone
|
||||
else
|
||||
Data.FrameColor := ColorToRGB(View.FrameColor);
|
||||
Data.FrameColor := View.FrameColor;
|
||||
Data.FrameWidth := View.FrameWidth;
|
||||
Data.FrameStyle := View.FrameStyle;
|
||||
AddShape(Data, x, y, h - SWidth, w - SWidth);
|
||||
|
Loading…
Reference in New Issue
Block a user