mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 15:04:58 +00:00
Update ScreenMatch.cs
This commit is contained in:
parent
bab0a3bba2
commit
9227518d1e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user