mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 13:39:27 +00:00
Disabled tab for MPPathControl since it yields first responder assertions that need to be hunted down first
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user