Fixed regression that prevented tab to navigate to the key file selection control (#896)

This commit is contained in:
Michael Starke
2019-03-25 08:57:42 +01:00
parent 6d046bc933
commit 1d42d996ca

View File

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