Make the selectoin window key before activating MacPass

This commit is contained in:
michael starke
2014-08-25 03:07:37 +02:00
parent 1daaa2075e
commit 19c9872c35

View File

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