Drafting for recycle bin support

This commit is contained in:
michael starke
2013-06-28 19:07:28 +02:00
parent db30d641f2
commit 91744feab0
7 changed files with 356 additions and 14 deletions

View File

@@ -85,7 +85,7 @@ NSString *const _MPOutlinveViewHeaderViewIdentifier = @"HeaderCell";
_bindingEstablished = YES;
}
NSTreeNode *node = [_outlineView itemAtRow:0];
[_outlineView expandItem:node expandChildren:NO];
[_outlineView expandItem:node expandChildren:YES];
}
#pragma makr Notifications