lcl: fix TCanvas.DoLine

git-svn-id: trunk@20506 -
This commit is contained in:
paul 2009-06-08 06:05:00 +00:00
parent d24d8ac07f
commit cfa6393564

View File

@ -586,7 +586,7 @@ end;
procedure TCanvas.DoLine(x1, y1, x2, y2: integer);
begin
MoveTo(x1,y1);
LineTo(x1,y1);
LineTo(x2,y2);
end;
procedure TCanvas.DoCopyRect(x, y: integer; SrcCanvas: TFPCustomCanvas;