mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 13:59:20 +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);
|
constructor TLinkedChart.Create(ACollection: TCollection);
|
||||||
begin
|
begin
|
||||||
inherited Create(ACollection);
|
inherited Create(ACollection);
|
||||||
FListener := TListener.Create(@FListener, @OnExtentChanged);
|
FListener := TListener.Create(@FChart, @OnExtentChanged);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
destructor TLinkedChart.Destroy;
|
destructor TLinkedChart.Destroy;
|
||||||
|
Loading…
Reference in New Issue
Block a user