You've already forked lazarus-ccr
LazMapViewer: Fix typo in TMvIntfGraphicsDrawingEngine.PaintToCanvas
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8812 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -296,7 +296,7 @@ procedure TMvIntfGraphicsDrawingEngine.PaintToCanvas(ACanvas: TCanvas);
|
|||||||
var
|
var
|
||||||
bmp: TBitmap;
|
bmp: TBitmap;
|
||||||
begin
|
begin
|
||||||
if FCanvas <> nil then begin
|
if ACanvas <> nil then begin
|
||||||
bmp := TBitmap.Create;
|
bmp := TBitmap.Create;
|
||||||
try
|
try
|
||||||
bmp.PixelFormat := pf32Bit;
|
bmp.PixelFormat := pf32Bit;
|
||||||
|
Reference in New Issue
Block a user