Skip to content

Commit 3f6b4b0

Browse files
committed
Fix Issue (#112 )
Fix Issue (#112 )
1 parent 484f8bf commit 3f6b4b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/WPFDevelopers.Shared/Controls/ScreenCut/ScreenCaptureExt.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ private IntPtr WndProc(IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, ref b
5353
switch (msg)
5454
{
5555
case Helper.WM_USER:
56-
GetClipboard();
5756
Close();
57+
GetClipboard();
5858
break;
5959
case Helper.MY_MESSAGE:
60+
Close();
6061
if (SnapCanceled != null)
6162
SnapCanceled();
62-
Close();
6363
break;
6464
}
6565
return IntPtr.Zero;

0 commit comments

Comments
 (0)