Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
FPC
Lazarus
Lazarus
Commits
f86b0cb7
Commit
f86b0cb7
authored
Apr 23, 2015
by
wp
Browse files
TAChart: Fix ParentColor not being stored in lfm file (issue
#27787
). Patch by Balázs Székely
git-svn-id: trunk@48824 -
parent
d3e6792e
Changes
1
Hide whitespace changes
Inline
Side-by-side
components/tachart/tagraph.pas
View file @
f86b0cb7
...
...
@@ -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
;
...
...
FPC Admin account
@fpc_admin
mentioned in issue
#27787 (closed)
·
Jul 29, 2021
mentioned in issue
#27787 (closed)
mentioned in issue #27787
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment