Skip to content
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

Ctrl+V doesn't work well, demo/gdip/nuklear_gdip.h/Line 752 #126

Open
bleem1998 opened this issue May 3, 2020 · 2 comments
Open

Ctrl+V doesn't work well, demo/gdip/nuklear_gdip.h/Line 752 #126

bleem1998 opened this issue May 3, 2020 · 2 comments

Comments

@bleem1998
Copy link

ctrl+v paste not work

if (!IsClipboardFormatAvailable(CF_UNICODETEXT) && OpenClipboard(NULL))

-->

works well

if (!IsClipboardFormatAvailable(CF_UNICODETEXT) || !OpenClipboard(NULL))

@dumblob
Copy link
Member

dumblob commented May 3, 2020

Would you be willing to make a PR?

@bleem1998
Copy link
Author

@dumblob Next time for sure, im not quite familar with git :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants