TAChart: Set TChartTool.Chart = nil after calling OnAfterXXX event, not before

git-svn-id: trunk@39854 -
This commit is contained in:
ask 2013-01-14 15:19:40 +00:00
parent c30b0c2636
commit a79405d847

View File

@ -1674,7 +1674,6 @@ procedure TBasicChartTool.Deactivate;
begin
FChart.MouseCapture := false;
FChart.FActiveToolIndex := -1;
FChart := nil;
end;
procedure SkipObsoleteChartProperties;