mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-10-28 11:31:18 +00:00
Update ScreenMatch.cs
This commit is contained in:
parent
bab0a3bba2
commit
9227518d1e
|
|
@ -362,7 +362,7 @@ public class ScreenMatch
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
Clipboard.SetImage(croppedBitmap);
|
Clipboard.SetImage((Bitmap)croppedBitmap.Clone());
|
||||||
parent.Log($"Copied the image to Clipboard");
|
parent.Log($"Copied the image to Clipboard");
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user