Fixed #277 Date popup now dows not use responder chain anymore

This commit is contained in:
Michael Starke
2014-12-07 01:26:56 +01:00
parent e970db356c
commit 1729a9dcf1
3 changed files with 8 additions and 7 deletions

View File

@@ -15,6 +15,8 @@
@property (weak) IBOutlet NSPopUpButton *presetPopupButton;
@property (assign, readonly) BOOL didCancel;
@property (weak) NSPopover *popover;
- (IBAction)useDate:(id)sender;
- (IBAction)cancel:(id)sender;
- (IBAction)setDatePreset:(id)sender;