mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-16 11:39:23 +02:00
TAChart: Invalidate source caches in TCustomChartSource.EndUpdate
git-svn-id: trunk@32666 -
This commit is contained in:
parent
5b6ee38c9e
commit
666a04486b
@ -547,6 +547,9 @@ end;
|
||||
procedure TCustomChartSource.EndUpdate;
|
||||
begin
|
||||
Dec(FUpdateCount);
|
||||
if FUpdateCount > 0 then exit;
|
||||
// Values can be set directly between BeginUpdate and EndUpdate.
|
||||
InvalidateCaches;
|
||||
Notify;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user