TAChart: Fix crash while replacing linked chart in TChartExtentLink

git-svn-id: trunk@38712 -
This commit is contained in:
ask 2012-09-17 08:17:32 +00:00
parent 85bdf70d19
commit 460cd6ced3

View File

@ -84,7 +84,7 @@ end;
constructor TLinkedChart.Create(ACollection: TCollection);
begin
inherited Create(ACollection);
FListener := TListener.Create(@FListener, @OnExtentChanged);
FListener := TListener.Create(@FChart, @OnExtentChanged);
end;
destructor TLinkedChart.Destroy;