-
Notifications
You must be signed in to change notification settings - Fork 567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missing call to CloseClipboard
on windows
#1410
Conversation
CloseClipboard
CloseClipboard
on windows
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems good to me. Thanks for catching this!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This explains the oddities I kept seeing with attempting to take screenshots of my app on Windows! I can confirm that this fixes the issue and looks reasonable. This should get an entry under "fixed" in the changelog and then it looks good to me :)
Dang it Raph! |
Just spotted another case where this isn't always called, so don't merge just yet 😄 |
…re always called together.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
This could cause a druid application to steal control of the clipboard, preventing it from working in other apps