mirror of
https://github.com/MacPass/MacPass.git
synced 2026-01-31 17:48:16 +00:00
Added show group in outline to context menus
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user