TAChart: Fix TListChartSource updating extent when error bar values change.

git-svn-id: trunk@58603 -
This commit is contained in:
wp 2018-07-23 15:58:07 +00:00
parent 4146796ac4
commit 0fbcf86523

View File

@ -804,6 +804,7 @@ end;
procedure TCustomChartSource.ChangeErrorBars(Sender: TObject);
begin
Unused(Sender);
InvalidateCaches;
Notify;
end;