TAChart: Reset the cached index of the calculated source after the change

git-svn-id: trunk@28777 -
This commit is contained in:
ask 2010-12-20 07:00:22 +00:00
parent 14e195bce8
commit 78edde4ece

View File

@ -1332,6 +1332,7 @@ end;
procedure TCalculatedChartSource.Changed(ASender: TObject);
begin
Unused(ASender);
FIndex := -1;
InvalidateCaches;
Notify;
end;