pressing down on search field will move to entries list

This commit is contained in:
Michael Starke
2017-12-11 17:05:57 +01:00
parent 5e0d95cdc5
commit 92c83e0fa0
2 changed files with 12 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
@class MPDocument;
@interface MPToolbarDelegate : NSObject <NSToolbarDelegate>
@interface MPToolbarDelegate : NSObject <NSToolbarDelegate, NSTextFieldDelegate>
@property (weak, readonly) NSSearchField *searchField;
@property (weak) NSToolbar *toolbar;