mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 09:59:20 +02:00
TAChart: Reset the cached index of the calculated source after the change
git-svn-id: trunk@28777 -
This commit is contained in:
parent
14e195bce8
commit
78edde4ece
@ -1332,6 +1332,7 @@ end;
|
|||||||
procedure TCalculatedChartSource.Changed(ASender: TObject);
|
procedure TCalculatedChartSource.Changed(ASender: TObject);
|
||||||
begin
|
begin
|
||||||
Unused(ASender);
|
Unused(ASender);
|
||||||
|
FIndex := -1;
|
||||||
InvalidateCaches;
|
InvalidateCaches;
|
||||||
Notify;
|
Notify;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user