diff --git a/MacPass/MPAutotypeCandidateSelectionViewController.m b/MacPass/MPAutotypeCandidateSelectionViewController.m index e7f74d2a..c3284919 100644 --- a/MacPass/MPAutotypeCandidateSelectionViewController.m +++ b/MacPass/MPAutotypeCandidateSelectionViewController.m @@ -42,6 +42,8 @@ - (void)viewDidLoad { [super viewDidLoad]; self.selectAutotypeContextButton.enabled = NO; + NSNotification *notification = [NSNotification notificationWithName:NSTableViewSelectionDidChangeNotification object:self.contextTableView]; + [self tableViewSelectionDidChange:notification]; } #pragma mark NSTableViewDataSource