mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 21:38:27 +02:00
TAChart: Fix inconsistent usage of brush styles in series OnCustomDrawPointer (https://forum.lazarus.freepascal.org/index.php/topic,66664.msg511859.html#msg511859).
(cherry picked from commit e11e1d3921
)
This commit is contained in:
parent
75b70bbbc0
commit
9092a2cfc0
@ -500,7 +500,7 @@ begin
|
||||
if not ABrushAlreadySet then begin
|
||||
ADrawer.Brush := Brush;
|
||||
if (ocBrush in OverrideColor) and (AColor <> clTAColor) then
|
||||
ADrawer.BrushColor := AColor;
|
||||
ADrawer.SetBrushParams(Brush.Style, AColor);
|
||||
end;
|
||||
|
||||
ADrawer.Pen := Pen;
|
||||
|
Loading…
Reference in New Issue
Block a user