mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 13:00:17 +02:00
Merged revision(s) 48824 #f86b0cb7af from trunk:
TAChart: Fix ParentColor not being stored in lfm file (issue #0027787). Patch by Balázs Székely ........ git-svn-id: branches/fixes_1_4@48835 -
This commit is contained in:
parent
7795c766d1
commit
f7c9fdb589
@ -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