mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 07:59:35 +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
|
||||
li := TLegendItemBrushRect.Create(ABrush, LegendTextSingle);
|
||||
li.TextFormat := Legend.TextFormat;
|
||||
AItems.Add(li);
|
||||
end;
|
||||
lmPoint:
|
||||
for i := 0 to Count - 1 do begin
|
||||
|
Loading…
Reference in New Issue
Block a user