diff options
author | rowanbeentje <rowan@beent.je> | 2013-02-21 00:50:15 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2013-02-21 00:50:15 +0000 |
commit | 77b2f3d777bc743b7b96a9f2267d1a89d704510d (patch) | |
tree | 36a5a2b9369b696a280e9ca6ad1e195e8f74de44 /Source/SPFavoritesOutlineView.h | |
parent | 9aaa544772539410f28df132be78e0f44da1db10 (diff) | |
download | sequelpro-77b2f3d777bc743b7b96a9f2267d1a89d704510d.tar.gz sequelpro-77b2f3d777bc743b7b96a9f2267d1a89d704510d.tar.bz2 sequelpro-77b2f3d777bc743b7b96a9f2267d1a89d704510d.zip |
- When favorites in the connection view gave no password, no longer set the focus to the password field as soon as they're selected; instead, make the password field the next responder for tab keys. This addresses Issue #1555.
Diffstat (limited to 'Source/SPFavoritesOutlineView.h')
-rw-r--r-- | Source/SPFavoritesOutlineView.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPFavoritesOutlineView.h b/Source/SPFavoritesOutlineView.h index c2d8a8eb..d2fa0846 100644 --- a/Source/SPFavoritesOutlineView.h +++ b/Source/SPFavoritesOutlineView.h @@ -35,4 +35,6 @@ SInt32 systemVersion; } +@property (assign) BOOL justGainedFocus; + @end |