Skip to content

Commit 740da65

Browse files
committed
Bug Fixed
1 parent 9cb79ac commit 740da65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Forms/overlay/o_image.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ public void updateImage(string img_path, byte opacity, int new_width, int new_he
413413

414414
else
415415
{
416-
if (target_img == null)
416+
if (target_img != null)
417417
target_img.Dispose();
418418

419419
if (keepRatio)

0 commit comments

Comments
 (0)