mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 19:39:18 +02:00
TAChart: Remove path to TADrawerOpenGl from opengl demo.
git-svn-id: trunk@52339 -
This commit is contained in:
parent
e26e156a5c
commit
11f4b132d1
@ -31,7 +31,7 @@ implementation
|
||||
{$R *.lfm}
|
||||
|
||||
uses
|
||||
TADrawUtils, TADrawerOpenGL in '..\..\TADrawerOpenGL.pas', TADrawerCanvas;
|
||||
TADrawUtils, TADrawerOpenGL, TADrawerCanvas;
|
||||
|
||||
procedure TForm1.Chart1AfterPaint(ASender: TChart);
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user