Simple approach to fix Issue #137. Tab navigates to the entry view after the "done" button

This commit is contained in:
michael starke
2014-01-22 11:52:36 +01:00
parent 09d5efa38e
commit 500140d5a2
4 changed files with 12 additions and 2 deletions

View File

@@ -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];