diff options
author | stuconnolly <stuart02@gmail.com> | 2011-03-19 23:28:29 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2011-03-19 23:28:29 +0000 |
commit | 3e799650da5898cf3e59acecba27a74b95e17ebc (patch) | |
tree | 426b485703d17aa6c49efd777e28efee3a3cc93a /Source/SPConnectionController.m | |
parent | 62dcc003c4a94fb6b21fd248bc7920969391f46b (diff) | |
download | sequelpro-3e799650da5898cf3e59acecba27a74b95e17ebc.tar.gz sequelpro-3e799650da5898cf3e59acecba27a74b95e17ebc.tar.bz2 sequelpro-3e799650da5898cf3e59acecba27a74b95e17ebc.zip |
Expand all tree children to allow the default to be selected.
Diffstat (limited to 'Source/SPConnectionController.m')
-rw-r--r-- | Source/SPConnectionController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPConnectionController.m b/Source/SPConnectionController.m index 5bc81be8..0a75c4d2 100644 --- a/Source/SPConnectionController.m +++ b/Source/SPConnectionController.m @@ -1293,7 +1293,7 @@ static NSComparisonResult compareFavoritesUsingKey(id favorite1, id favorite2, v - (void)_reloadFavoritesViewData { [favoritesOutlineView reloadData]; - [favoritesOutlineView expandItem:[[favoritesRoot childNodes] objectAtIndex:0] expandChildren:NO]; + [favoritesOutlineView expandItem:[[favoritesRoot childNodes] objectAtIndex:0] expandChildren:YES]; [favoritesOutlineView scrollRowToVisible:[favoritesOutlineView selectedRow]]; } |