mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 11:19:26 +02:00
TAChart: Decode system colors in text elements.
git-svn-id: trunk@65379 -
This commit is contained in:
parent
3e9e2bbd3e
commit
becaac9c5d
@ -365,7 +365,8 @@ begin
|
||||
ADrawer.ClippingStop;
|
||||
|
||||
DrawLink(ADrawer, ADataPoint, ALabelCenter);
|
||||
ADrawer.Brush := GetLabelBrush;
|
||||
with GetLabelBrush do
|
||||
ADrawer.SetBrushParams(Style, ColorToRGB(Color));
|
||||
if IsMarginRequired then begin
|
||||
if GetFrame.Visible then
|
||||
ADrawer.Pen := GetFrame
|
||||
|
Loading…
Reference in New Issue
Block a user