mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[PR #360] [MERGED] CtrlCore: fix internal drag on macOS #341
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#341
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/360
Author: @klugier
Created: 1/23/2026
Status: ✅ Merged
Merged: 1/24/2026
Merged by: @mirek-fidler
Base:
master← Head:klugier/fix-internal-drag-macos📝 Commits (4)
3d47876CtrlCore: fix internal drag.7b30bd2.cosmeticsc761b5a.revert to more secure approch.ecc1aa3.simplified📊 Changes
1 file changed (+19 additions, -6 deletions)
View changed files
📝
uppsrc/CtrlCore/CocoClip.mm(+19 -6)📄 Description
It looks like my previous changes fix droping for files from finder, but introduced crash for internal drag. This PR is supposed to fix it. The main problem is that:
can not be called for internal drag, because it is causing crash.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.