mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 15:12:21 +00:00
Fixes #292. Usind xib to setup action. Setting explicit reciever as responder chain did change with 10.19
This commit is contained in:
@@ -50,7 +50,6 @@ typedef NS_ENUM(NSUInteger, MPDatePreset) {
|
||||
}
|
||||
|
||||
[self.datePicker setDateValue:[NSDate date]];
|
||||
[self.presetPopupButton setAction:@selector(setDatePreset:)];
|
||||
[self.presetPopupButton setMenu:presetMenu];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user