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:
michael starke
2013-06-09 18:20:04 +02:00
parent 88ff8c79a0
commit 288d118184
18 changed files with 149 additions and 218 deletions

View File

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