mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 00:59:38 +02:00
TAChart: Fix compilation of OpenGL drawer
git-svn-id: trunk@36914 -
This commit is contained in:
parent
50f4ffe8f5
commit
1bde527646
@ -20,7 +20,8 @@ unit TADrawerOpenGL;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, FPCanvas, FPImage, GL, GLu, Glut, TADrawUtils;
|
||||
Classes, FPCanvas, FPImage, GL, GLu, Glut,
|
||||
TAChartUtils, TADrawUtils;
|
||||
|
||||
type
|
||||
|
||||
@ -72,9 +73,6 @@ type
|
||||
|
||||
implementation
|
||||
|
||||
uses
|
||||
TAChartUtils;
|
||||
|
||||
procedure ChartGLColor(AColor: TFPColor);
|
||||
begin
|
||||
with AColor do
|
||||
|
Loading…
Reference in New Issue
Block a user