mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 20:40:20 +02:00
TAChart: Fix error message in TFPCanvasDrawer.RadialPie
git-svn-id: trunk@38464 -
This commit is contained in:
parent
770f3cd12c
commit
4ae545e36d
@ -215,7 +215,7 @@ begin
|
||||
Unused(AX1, AY1);
|
||||
Unused(AX2, AY2);
|
||||
Unused(AStartAngle16Deg, AAngleLength16Deg);
|
||||
raise EChartError.Create('TOpenGLDrawer.RadialPie not implemented');
|
||||
raise EChartError.Create('TFPCanvasDrawer.RadialPie not implemented');
|
||||
end;
|
||||
|
||||
procedure TFPCanvasDrawer.Rectangle(AX1, AY1, AX2, AY2: Integer);
|
||||
|
Loading…
Reference in New Issue
Block a user