Simple approach to fix Issue #137. Tab navigates to the entry view after the "done" button

This commit is contained in:
michael starke
2014-01-22 11:52:36 +01:00
parent 09d5efa38e
commit 500140d5a2
4 changed files with 12 additions and 2 deletions

View File

@@ -32,6 +32,7 @@ typedef NS_OPTIONS(NSUInteger, MPFilterModeType) {
@property (nonatomic, assign) MPFilterModeType filterMode;
@property (nonatomic, readonly) BOOL hasFilter;
@property (nonatomic, weak) id<MPContextBarDelegate> delegate;
@property (weak) NSView *nextKeyView;
- (NSString *)filterString;
- (NSArray *)filterPredicates;