mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 07:42:33 +02:00
TAChart: Fix invalidation of extent caches. Issue #35313, forgotten part from patch by Marcin Wiazowski.
git-svn-id: trunk@60848 -
This commit is contained in:
parent
d5e0bb643c
commit
87794fe7a2
@ -1227,6 +1227,9 @@ procedure TCustomChartSource.InvalidateCaches;
|
||||
begin
|
||||
FBasicExtentIsValid := false;
|
||||
FValuesTotalIsValid := false;
|
||||
FCumulativeExtentIsValid := false;
|
||||
FXListExtentIsValid := false;
|
||||
FYListExtentIsValid := false;
|
||||
end;
|
||||
|
||||
function TCustomChartSource.IsErrorBarDataStored(AIndex: Integer): Boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user