mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 09:38:12 +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);
|
||||
begin
|
||||
Unused(ASender);
|
||||
FIndex := -1;
|
||||
InvalidateCaches;
|
||||
Notify;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user