mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-16 00:40:43 +01:00
* Patch from Pascal Riekenberg to fix missing shape color handling
git-svn-id: trunk@55889 -
This commit is contained in:
parent
e70c7b573e
commit
02989f3b43
@ -736,7 +736,7 @@ begin
|
||||
SR:=GetElementRect(BL,SL);
|
||||
{ Frame must be drawn before the shape as it could have a fill color. }
|
||||
RenderFrame(AShape.Frame, SR, ABand.Frame.BackgroundColor);
|
||||
Canvas.Pen.Color:=clBlack;
|
||||
Canvas.Pen.Color:=TFPReportShape(AShape).Color;
|
||||
Canvas.Pen.Style:=psSolid;
|
||||
Canvas.Pen.Width:=1;
|
||||
lPt1.Left := BL.Left + SL.Left;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user