mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-22 00:12:05 +02:00
TAChart: Fix ParentColor not being stored in lfm file (issue #0027787). Patch by Balázs Székely
git-svn-id: trunk@48824 -
This commit is contained in:
parent
d3e6792e2c
commit
f86b0cb7af
@ -296,6 +296,7 @@ type
|
||||
ADrawer: IChartDrawer; var AClipRect: TRect): TChartLegendDrawingData;
|
||||
procedure SetBiDiMode(AValue: TBiDiMode); override;
|
||||
procedure SetName(const AValue: TComponentName); override;
|
||||
|
||||
public
|
||||
constructor Create(AOwner: TComponent); override;
|
||||
destructor Destroy; override;
|
||||
@ -426,7 +427,7 @@ type
|
||||
property DragMode;
|
||||
property Enabled;
|
||||
property ParentBiDiMode;
|
||||
property ParentColor;
|
||||
property ParentColor default false;
|
||||
property ParentShowHint;
|
||||
property PopupMenu;
|
||||
property ShowHint;
|
||||
|
Loading…
Reference in New Issue
Block a user