Revert "LCL/GraphUtil: Initialize interpolation as nil (see 412af2a70b, issue #41614)"

This reverts commit 9978a205d8.
This commit is contained in:
wp_xyz 2025-05-04 22:40:13 +02:00
parent 9978a205d8
commit 7c05a19525

View File

@ -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;