[GH-ISSUE #70] Bug in drag and drop. Part 2 #41

Closed
opened 2026-05-05 03:35:45 -06:00 by gitea-mirror · 0 comments
Owner

Originally created by @kov-serg on GitHub (Apr 14, 2022).
Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/70

https://github.com/ultimatepp/ultimatepp/issues/69#issuecomment-1097106127
a199280088/uppsrc/CtrlCore/Win32Clip.cpp (L282)
Should be replaced with:

return String((char*)h.begin(), sizeof(char16) * h.GetCount());
Originally created by @kov-serg on GitHub (Apr 14, 2022). Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/70 https://github.com/ultimatepp/ultimatepp/issues/69#issuecomment-1097106127 https://github.com/ultimatepp/ultimatepp/blob/a19928008874e62316520571b4ced374a78f630f/uppsrc/CtrlCore/Win32Clip.cpp#L282 Should be replaced with: ``` return String((char*)h.begin(), sizeof(char16) * h.GetCount()); ```
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/ultimatepp#41
No description provided.