From aeb5d630d416fd599531eeb611f1a79247b24ec0 Mon Sep 17 00:00:00 2001 From: michael starke Date: Sat, 8 Jun 2013 11:15:48 +0200 Subject: [PATCH] Comment --- MacPass/MPOutlineViewController.m | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MacPass/MPOutlineViewController.m b/MacPass/MPOutlineViewController.m index c27281d8..80e693b8 100644 --- a/MacPass/MPOutlineViewController.m +++ b/MacPass/MPOutlineViewController.m @@ -133,6 +133,10 @@ } BOOL isFistGroup = [document.root.groups count] == 0; [document createGroup:group]; + /* + TODO: Find out if a lower hierachy node was the first child + and auto-expand that item too + */ if(isFistGroup) { NSTreeNode *node = [_outlineView itemAtRow:0]; [_outlineView expandItem:node expandChildren:NO];