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:
wp_xyz 2024-03-22 22:21:22 +01:00 committed by Maxim Ganetsky
parent 75b70bbbc0
commit 9092a2cfc0

View File

@ -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;