mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 13:39:30 +02:00
TAChart: Copy Attachment and YIndex in TGenericChartMarks.Assign
git-svn-id: trunk@38584 -
This commit is contained in:
parent
8b83271efa
commit
bf4025e39a
@ -560,6 +560,7 @@ procedure TGenericChartMarks.Assign(ASource: TPersistent);
|
||||
begin
|
||||
if ASource is Self.ClassType then
|
||||
with TGenericChartMarks(ASource) do begin
|
||||
Self.FAttachment := FAttachment;
|
||||
Self.FDistance := FDistance;
|
||||
Self.FFormat := FFormat;
|
||||
Self.FFrame.Assign(FFrame);
|
||||
@ -569,6 +570,7 @@ begin
|
||||
// Self.FLabelFont.Assign(FLabelFont);
|
||||
// Self.FLinkPen.Assign(FLinkPen);
|
||||
Self.FStyle := FStyle;
|
||||
Self.FYIndex := FYIndex;
|
||||
end;
|
||||
inherited Assign(ASource);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user