Fixed issue with perform Autotype button not being enabled when the candidate selection window shows up. (fixes #891)

This commit is contained in:
Michael Starke
2019-03-20 10:59:16 +01:00
parent b73de01897
commit eabf1e52b2

View File

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