mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 22:19:21 +00:00
Added PasteboardController to handle pasteboard cleanup on shutdown and timeout
This commit is contained in:
@@ -57,7 +57,9 @@ NSString *const _MPOutlinveViewHeaderViewIdentifier = @"HeaderCell";
|
||||
NSOutlineView *outlineView = [notification object];
|
||||
KdbGroup *selectedGroup = [outlineView itemAtRow:[outlineView selectedRow]];
|
||||
self.selectedGroup = selectedGroup;
|
||||
#ifdef DEBUG
|
||||
NSLog(@"Selected: %@", self.selectedGroup);
|
||||
#endif
|
||||
[[NSNotificationCenter defaultCenter] postNotificationName:MPOutlineViewDidChangeGroupSelection object:self userInfo:nil];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user