mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 10:29:28 +02:00
TAChart: Fix TListChartSource updating extent when error bar values change.
git-svn-id: trunk@58603 -
This commit is contained in:
parent
4146796ac4
commit
0fbcf86523
@ -804,6 +804,7 @@ end;
|
||||
procedure TCustomChartSource.ChangeErrorBars(Sender: TObject);
|
||||
begin
|
||||
Unused(Sender);
|
||||
InvalidateCaches;
|
||||
Notify;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user