Added show group in outline to context menus

This commit is contained in:
Michael Starke
2019-08-14 13:26:33 +02:00
parent 6b13ab37b8
commit 9c177afdb0
12 changed files with 41 additions and 23 deletions

View File

@@ -157,6 +157,7 @@ NSString *const _MPOutlinveViewHeaderViewIdentifier = @"HeaderCell";
}
NSUInteger rowToSelect = [self _rowForUUID:groupUUID node:node];
[self.outlineView selectRowIndexes:[NSIndexSet indexSetWithIndex:rowToSelect] byExtendingSelection:NO];
[self.outlineView scrollRowToVisible:rowToSelect];
}
- (void)_expandItems:(NSTreeNode *)node {