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:
wp_xxyyzz
2023-04-25 21:34:10 +00:00
parent e05872d079
commit d8a7fd7717

View File

@ -296,7 +296,7 @@ procedure TMvIntfGraphicsDrawingEngine.PaintToCanvas(ACanvas: TCanvas);
var
bmp: TBitmap;
begin
if FCanvas <> nil then begin
if ACanvas <> nil then begin
bmp := TBitmap.Create;
try
bmp.PixelFormat := pf32Bit;