From 77b2f3d777bc743b7b96a9f2267d1a89d704510d Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Thu, 21 Feb 2013 00:50:15 +0000 Subject: - 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. --- Source/SPFavoritesOutlineView.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/SPFavoritesOutlineView.h') 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 -- cgit v1.2.3