mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 08:09:29 +00:00
Fixed regression that prevented tab to navigate to the key file selection control (#896)
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
|
||||
@implementation MPPathControl
|
||||
|
||||
- (BOOL)canBecomeKeyView {
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (instancetype)initWithFrame:(NSRect)frameRect {
|
||||
self = [super initWithFrame:frameRect];
|
||||
self.delegate = self;
|
||||
|
||||
Reference in New Issue
Block a user