mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 16:29:23 +00:00
Extracted context menu operations into MPContextMenuHelper
Removed private declarations as they aren't needed for the compiler anymore Fixed drawing order in MPPopupImageView Fixed #7 Error occurred due to duplicate shortcut. Copy Password now is bound to ⌘+⌥+C
This commit is contained in:
@@ -24,8 +24,11 @@
|
||||
return [[[self view] window] windowController];
|
||||
}
|
||||
|
||||
- (NSResponder *)reconmendedFirstResponder {
|
||||
return nil;
|
||||
#pragma mark Responder Chain
|
||||
|
||||
- (BOOL)becomeFirstResponder {
|
||||
NSLog(@"%@: about to become firt responder.", [self class]);
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (void)updateResponderChain {
|
||||
|
||||
Reference in New Issue
Block a user