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 */ }