From bab9704df5bf5fa2412ff6fd47cb71f5ddd6c23c Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Tue, 9 Oct 2012 00:35:20 +0000 Subject: - Connection interface: if dragging items into a node, ensure that node is expanded so the selection is correctly preserved (thanks to schlabberdog for extensive testing!) --- Source/SPConnectionControllerDelegate.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/SPConnectionControllerDelegate.m b/Source/SPConnectionControllerDelegate.m index 96414cc0..38137b1b 100644 --- a/Source/SPConnectionControllerDelegate.m +++ b/Source/SPConnectionControllerDelegate.m @@ -360,6 +360,7 @@ static NSString *SPQuickConnectImageWhite = @"quick-connect-icon-white.pdf"; if (childIndex == NSOutlineViewDropOnItemIndex) { childIndex = 0; } + [outlineView expandItem:node]; } else { if (childIndex == NSOutlineViewDropOnItemIndex) { -- cgit v1.2.3