mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 00:19:23 +00:00
Simple approach to fix Issue #137. Tab navigates to the entry view after the "done" button
This commit is contained in:
@@ -96,7 +96,6 @@ NSString *const _MPTAbleSecurCellView = @"PasswordCell";
|
||||
_dataSource.viewController = self;
|
||||
_menuDelegate = [[MPEntryContextMenuDelegate alloc] init];
|
||||
_contextBarViewController = [[MPContextBarViewController alloc] init];
|
||||
|
||||
}
|
||||
return self;
|
||||
}
|
||||
@@ -125,6 +124,7 @@ NSString *const _MPTAbleSecurCellView = @"PasswordCell";
|
||||
object:_entryTable];
|
||||
/* Filter bar notifications */
|
||||
self.contextBarViewController.delegate = self;
|
||||
self.contextBarViewController.nextKeyView = self.entryTable;
|
||||
[self _setupEntryMenu];
|
||||
|
||||
NSTableColumn *parentColumn = [self.entryTable tableColumns][0];
|
||||
|
||||
Reference in New Issue
Block a user