mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 18:39: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);
|
procedure TCustomChartSource.ChangeErrorBars(Sender: TObject);
|
||||||
begin
|
begin
|
||||||
Unused(Sender);
|
Unused(Sender);
|
||||||
|
InvalidateCaches;
|
||||||
Notify;
|
Notify;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user