mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 01:19:16 +02:00
TAChart: Draw psCircle pointers of the same size as other types
git-svn-id: trunk@29987 -
This commit is contained in:
parent
e58ceb3294
commit
038d161836
@ -835,9 +835,9 @@ begin
|
||||
if Style = psCircle then
|
||||
ADrawer.Ellipse(
|
||||
ACenter.X - ASize.X, ACenter.Y - ASize.Y,
|
||||
ACenter.X + ASize.X, ACenter.Y + ASize.Y)
|
||||
ACenter.X + ASize.X + 1, ACenter.Y + ASize.Y + 1)
|
||||
else
|
||||
DrawByString(DRAW_STRINGS[FStyle] + ' ');
|
||||
DrawByString(DRAW_STRINGS[Style] + ' ');
|
||||
end;
|
||||
|
||||
procedure TSeriesPointer.SetBrush(AValue: TBrush);
|
||||
|
Loading…
Reference in New Issue
Block a user