mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[PR #351] [MERGED] CtrlCore: drag and drop in line edit like ctrls now works as expected on macOS. #336
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#336
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ultimatepp/ultimatepp/pull/351
Author: @klugier
Created: 1/18/2026
Status: ✅ Merged
Merged: 1/18/2026
Merged by: @mirek-fidler
Base:
master← Head:klugier/mac-fix-drag-and-drop-for-line-edit📝 Commits (1)
d441404CtrlCore: drag and drop in line edit now works as expected.📊 Changes
1 file changed (+0 additions, -2 deletions)
View changed files
📝
uppsrc/CtrlCore/CocoClip.mm(+0 -2)📄 Description
It looks like the drag and drop for functions that call DoDragAndDrop without providing data parameter doesn't work as expected. However, there are plenty places where it is called like that. For example CodeEditor is using it to move one block of code to another place. So, it should work...
I fix it simply. It looks like the following if was misleading:
After removing this line everything starts to work as expected. Without any crashes.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.