mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 16:19:36 +02:00
TAChart: Set TChartTool.Chart = nil after calling OnAfterXXX event, not before
git-svn-id: trunk@39854 -
This commit is contained in:
parent
c30b0c2636
commit
a79405d847
@ -1674,7 +1674,6 @@ procedure TBasicChartTool.Deactivate;
|
||||
begin
|
||||
FChart.MouseCapture := false;
|
||||
FChart.FActiveToolIndex := -1;
|
||||
FChart := nil;
|
||||
end;
|
||||
|
||||
procedure SkipObsoleteChartProperties;
|
||||
|
Loading…
Reference in New Issue
Block a user