diff options
author | Max Lohrmann <dmoagx@users.noreply.github.com> | 2016-04-16 21:29:36 +0200 |
---|---|---|
committer | Max Lohrmann <dmoagx@users.noreply.github.com> | 2016-04-16 21:29:36 +0200 |
commit | d8ee2f96227b1e35163fa19a62cbd17279aadc17 (patch) | |
tree | 73f2b7c2c136b0ed161afef8646b35763d80cb59 /Interfaces | |
parent | f9f3764f9eee380a3c39e0db5cb669f3617339ef (diff) | |
download | sequelpro-d8ee2f96227b1e35163fa19a62cbd17279aadc17.tar.gz sequelpro-d8ee2f96227b1e35163fa19a62cbd17279aadc17.tar.bz2 sequelpro-d8ee2f96227b1e35163fa19a62cbd17279aadc17.zip |
* Add the possibility to navigate table list by arrow keys when using table filter (#2468)
Diffstat (limited to 'Interfaces')
-rw-r--r-- | Interfaces/English.lproj/DBView.xib | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Interfaces/English.lproj/DBView.xib b/Interfaces/English.lproj/DBView.xib index d9cc806c..5258239c 100644 --- a/Interfaces/English.lproj/DBView.xib +++ b/Interfaces/English.lproj/DBView.xib @@ -147,6 +147,7 @@ </searchFieldCell> <connections> <action selector="updateFilter:" target="68" id="6285"/> + <outlet property="delegate" destination="68" id="3S3-Wq-23P"/> <outlet property="nextKeyView" destination="22" id="6322"/> </connections> </searchField> |