Skip to content
Snippets Groups Projects
Commit 550e4923 authored by George Nachman's avatar George Nachman
Browse files

Select dragged tab when drag finishes. Issue 11418

parent ddeb2bc9
No related branches found
No related tags found
No related merge requests found
......@@ -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"];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment