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:
maxim 2015-04-24 12:29:06 +00:00
parent 7795c766d1
commit f7c9fdb589

View File

@ -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;