mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 07:42:33 +02:00
Revert "LCL/GraphUtil: Initialize interpolation as nil (see 412af2a70b
, issue #41614)"
This reverts commit f1f4ed909c
.
This commit is contained in:
parent
f1f4ed909c
commit
023f45bfcc
@ -369,7 +369,7 @@ end;
|
||||
procedure ScaleImg(AImage: TCustomBitmap; AWidth, AHeight: Integer);
|
||||
var
|
||||
srcImg, destImg: TLazIntfImage;
|
||||
destCanvas: TLazCanvas = nil;
|
||||
destCanvas: TLazCanvas;
|
||||
begin
|
||||
if (AImage.Width = AWidth) and (AImage.Height = AHeight) then
|
||||
exit;
|
||||
|
Loading…
Reference in New Issue
Block a user