mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-11 06:49:41 +01:00
TAChart: Update chart after change to Shadow property of a series
git-svn-id: trunk@40088 -
This commit is contained in:
parent
a8e7592834
commit
0df5d1caa3
@ -288,6 +288,7 @@ uses
|
||||
procedure TCustomChartSeries.AfterAdd;
|
||||
begin
|
||||
Legend.SetOwner(FChart);
|
||||
Shadow.SetOwner(FChart);
|
||||
end;
|
||||
|
||||
procedure TCustomChartSeries.Assign(ASource: TPersistent);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user