Update ScreenMatch.cs

This commit is contained in:
Namhyeon Go 2024-09-04 16:20:48 +09:00
parent bab0a3bba2
commit 9227518d1e

View File

@ -362,7 +362,7 @@ public class ScreenMatch
{
try
{
Clipboard.SetImage(croppedBitmap);
Clipboard.SetImage((Bitmap)croppedBitmap.Clone());
parent.Log($"Copied the image to Clipboard");
}
catch (Exception ex)