mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 03:59:10 +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(points, pointCount);
|
||||||
SetLength(breaks, breakCount);
|
SetLength(breaks, breakCount);
|
||||||
|
|
||||||
|
ADrawer.SetBrushParams(bsClear, clTAColor);
|
||||||
ADrawer.Pen := LinePen;
|
ADrawer.Pen := LinePen;
|
||||||
if Styles <> nil then
|
if Styles <> nil then
|
||||||
Styles.Apply(ADrawer, AIndex);
|
Styles.Apply(ADrawer, AIndex);
|
||||||
|
Loading…
Reference in New Issue
Block a user