mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 20:40:36 +02:00
TAChart: Fix brush style setting in fpvectorial back-end
git-svn-id: trunk@31255 -
This commit is contained in:
parent
230c6153d4
commit
acc492d0f6
@ -248,7 +248,7 @@ end;
|
||||
procedure TFPVectorialDrawer.SetBrushParams(
|
||||
AStyle: TFPBrushStyle; AColor: TChartColor);
|
||||
begin
|
||||
Unused(AStyle);
|
||||
FBrushStyle := AStyle;
|
||||
SetBrushColor(AColor);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user