mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 00:19:37 +02:00
TAChart: Clear brush when drawing line series
git-svn-id: trunk@38873 -
This commit is contained in:
parent
0ccdbe8bb6
commit
b7211c82d9
@ -503,6 +503,7 @@ var
|
||||
SetLength(points, pointCount);
|
||||
SetLength(breaks, breakCount);
|
||||
|
||||
ADrawer.SetBrushParams(bsClear, clTAColor);
|
||||
ADrawer.Pen := LinePen;
|
||||
if Styles <> nil then
|
||||
Styles.Apply(ADrawer, AIndex);
|
||||
|
Loading…
Reference in New Issue
Block a user