TAChart: Fix infinite recursion when drawing chart listbox from series with Legend.Multiplicity <> lmSingle

git-svn-id: trunk@37576 -
This commit is contained in:
ask 2012-06-08 02:03:37 +00:00
parent 11846cf49c
commit 4c44d87614

View File

@ -405,8 +405,8 @@ begin
Legend.Multiplicity := lmSingle;
GetLegendItemsBasic(AItems);
finally
ParentChart.EnableRedrawing;
Legend.Multiplicity := oldMultiplicity;
ParentChart.EnableRedrawing;
end;
end;