mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 11:19:26 +02:00
TAChart: Fix crash while replacing linked chart in TChartExtentLink
git-svn-id: trunk@38712 -
This commit is contained in:
parent
85bdf70d19
commit
460cd6ced3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user