Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
iterm2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
What's new
5
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rick Bowen
iterm2
Commits
550e4923
There was an error fetching the commit references. Please try again later.
Commit
550e4923
authored
Apr 17, 2024
by
George Nachman
Browse files
Options
Downloads
Patches
Plain Diff
Select dragged tab when drag finishes. Issue 11418
parent
ddeb2bc9
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
ThirdParty/PSMTabBarControl/source/PSMTabDragAssistant.m
+3
-0
3 additions, 0 deletions
ThirdParty/PSMTabBarControl/source/PSMTabDragAssistant.m
with
3 additions
and
0 deletions
ThirdParty/PSMTabBarControl/source/PSMTabDragAssistant.m
+
3
−
0
View file @
550e4923
...
...
@@ -501,6 +501,9 @@
PSMTabBarControl
*
destination
=
[[[
self
destinationTabBar
]
retain
]
autorelease
];
PSMTabBarControl
*
source
=
[[[
self
sourceTabBar
]
retain
]
autorelease
];
if
(
_draggedCell
&&
[
destination
.
cells
containsObject
:
_draggedCell
])
{
[
destination
.
tabView
selectTabViewItem
:[
_draggedCell
representedObject
]];
}
[
self
finishDrag
];
[
destination
sanityCheck
:
@"destination performDragOperation"
];
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment