Skip to content

Commit

Permalink
Fix Issue (#112 )
Browse files Browse the repository at this point in the history
Fix Issue (#112 )
  • Loading branch information
yanjinhuagood committed Oct 29, 2024
1 parent 484f8bf commit 3f6b4b0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ private IntPtr WndProc(IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, ref b
switch (msg)
{
case Helper.WM_USER:
GetClipboard();
Close();
GetClipboard();
break;
case Helper.MY_MESSAGE:
Close();
if (SnapCanceled != null)
SnapCanceled();
Close();
break;
}
return IntPtr.Zero;
Expand Down

0 comments on commit 3f6b4b0

Please sign in to comment.