From 19c9872c350825c648c328788df286326ccf5a47 Mon Sep 17 00:00:00 2001 From: michael starke Date: Mon, 25 Aug 2014 03:07:37 +0200 Subject: [PATCH] Make the selectoin window key before activating MacPass --- MacPass/MPAutotypeDaemon.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MacPass/MPAutotypeDaemon.m b/MacPass/MPAutotypeDaemon.m index 299befb5..c9b42ae8 100644 --- a/MacPass/MPAutotypeDaemon.m +++ b/MacPass/MPAutotypeDaemon.m @@ -260,8 +260,8 @@ NSString *const kMPProcessIdentifierKey = @"kMPProcessIdentifierKey"; } } [self.matchSelectionButton setMenu:associationMenu]; - [NSApp activateIgnoringOtherApps:YES]; [self.matchSelectionWindow makeKeyAndOrderFront:self]; + [NSApp activateIgnoringOtherApps:YES]; /* Setup Items in Popup */ }