mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[PR #364] [MERGED] CtrlCore: fix release caption for tab bar on macOS. #347
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#347
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/364
Author: @klugier
Created: 1/26/2026
Status: ✅ Merged
Merged: 1/28/2026
Merged by: @mirek-fidler
Base:
master← Head:klugier/fix-release-caption-tab-bar📝 Commits (2)
bc7415fCtrlCore: fix release caption for tab bar on macOS.e0b0bae.cosmetics📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
uppsrc/CtrlCore/CocoClip.mm(+1 -1)📄 Description
Seems ReleaseCapture() in Ctrl::DoDragAndDrop for Cocoa is needed to avoid problems with TabBar on macOS. I didn't notice any regressions in other places. Maybe not the cleanest solution, but for now should be fine.
Please keep in mind that the logic in Ctrl::DoDragAndDrop is being continue when user stop drag after executing following code:
Please keep in mind that we will need to rewrite this code to the newer beginDraggingSessionWithItems. dragImage was depricated in latest macOS 26.2. Still compiler doesn't generate warnings, but it will change of the future. So, treat the current code as temporary solution.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.