FIX: the issue of misaligned image positions after cropping in ViewerForm

This commit is contained in:
rich2014 2026-05-19 12:40:23 +08:00
commit 7cf22b45ea

View file

@ -1819,6 +1819,8 @@ begin
Image.Height:=h;
CreateTmp;
UpdateImagePlacement;
StartX:=0;StartY:=0;EndX:=0;EndY:=0;
end;