mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 22:20:19 +02:00
TAChart: Fix side color of lineseries in 3D mode
This commit is contained in:
parent
a5b30b57f9
commit
0c02c6a454
@ -620,7 +620,7 @@ var
|
||||
ADrawer.SetBrushParams(bsClear, clTAColor);
|
||||
ADrawer.Pen := LinePen;
|
||||
if Styles <> nil then
|
||||
Styles.Apply(ADrawer, AIndex, true);
|
||||
Styles.Apply(ADrawer, AIndex, Depth = 0);
|
||||
// "true" avoids painting of spaces in non-solid lines in brush color
|
||||
if Depth = 0 then
|
||||
for i := 0 to High(breaks) - 1 do
|
||||
|
Loading…
Reference in New Issue
Block a user