Disabled tab for MPPathControl since it yields first responder assertions that need to be hunted down first

This commit is contained in:
Michael Starke
2019-03-31 15:52:00 +02:00
parent c72566d4c1
commit 1f4966e4c0

View File

@@ -10,10 +10,15 @@
@implementation MPPathControl
- (BOOL)canBecomeKeyView {
/*- (BOOL)canBecomeKeyView {
return YES;
}
- (BOOL)acceptsFirstResponder {
return YES;
}
*/
- (instancetype)initWithFrame:(NSRect)frameRect {
self = [super initWithFrame:frameRect];
self.delegate = self;