mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 20:56:14 +02:00
TAChart: Fix legend issue and memory leak of bar and area series (issue #0032181)
git-svn-id: trunk@55551 -
This commit is contained in:
parent
51ca7791dc
commit
7a7b03235d
@ -1287,6 +1287,7 @@ begin
|
|||||||
begin
|
begin
|
||||||
li := TLegendItemBrushRect.Create(ABrush, LegendTextSingle);
|
li := TLegendItemBrushRect.Create(ABrush, LegendTextSingle);
|
||||||
li.TextFormat := Legend.TextFormat;
|
li.TextFormat := Legend.TextFormat;
|
||||||
|
AItems.Add(li);
|
||||||
end;
|
end;
|
||||||
lmPoint:
|
lmPoint:
|
||||||
for i := 0 to Count - 1 do begin
|
for i := 0 to Count - 1 do begin
|
||||||
|
Loading…
Reference in New Issue
Block a user