TAChart: Fix TChartListbox crashing sometimes when CheckStyle is cbsRadioButton.

git-svn-id: trunk@58608 -
This commit is contained in:
wp 2018-07-23 22:47:36 +00:00
parent 9f5cf98a04
commit 2299402c54

View File

@ -345,6 +345,9 @@ var
begin
if (FCheckStyle <> cbsRadioButton) or not (cloShowCheckboxes in Options) then
exit;
if FLegendItems = nil then
exit;
FListener.OnNotify := nil;
try
for i := 0 to FLegendItems.Count - 1 do begin