mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 10:59:06 +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;
|
||||
GetLegendItemsBasic(AItems);
|
||||
finally
|
||||
ParentChart.EnableRedrawing;
|
||||
Legend.Multiplicity := oldMultiplicity;
|
||||
ParentChart.EnableRedrawing;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user