aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/SPConnectionControllerDelegate.m1
1 files changed, 1 insertions, 0 deletions
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) {