mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-26 05:29:12 +02:00
TAChart: Fix infinite recursion when drawing chart listbox from series with Legend.Multiplicity <> lmSingle
git-svn-id: trunk@37576 -
This commit is contained in:
parent
11846cf49c
commit
4c44d87614
@ -405,8 +405,8 @@ begin
|
|||||||
Legend.Multiplicity := lmSingle;
|
Legend.Multiplicity := lmSingle;
|
||||||
GetLegendItemsBasic(AItems);
|
GetLegendItemsBasic(AItems);
|
||||||
finally
|
finally
|
||||||
ParentChart.EnableRedrawing;
|
|
||||||
Legend.Multiplicity := oldMultiplicity;
|
Legend.Multiplicity := oldMultiplicity;
|
||||||
|
ParentChart.EnableRedrawing;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user