diff options
Diffstat (limited to 'Source/SPConnectionController.m')
-rw-r--r-- | Source/SPConnectionController.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPConnectionController.m b/Source/SPConnectionController.m index d52ca7d3..e5a0a473 100644 --- a/Source/SPConnectionController.m +++ b/Source/SPConnectionController.m @@ -410,7 +410,7 @@ { // Hide the connection view and restore the main view - [connectionView setHidden:YES]; + [connectionView removeFromSuperviewWithoutNeedingDisplay]; [contentView setHidden:NO]; // Restore the toolbar icons @@ -823,7 +823,7 @@ */ - (void) splitViewDidResizeSubviews:(NSNotification *)aNotification { - [contentView setPosition:[favoritesTable frame].size.width ofDividerAtIndex:0]; + [contentView setPosition:[[[connectionSplitView subviews] objectAtIndex:0] frame].size.width ofDividerAtIndex:0]; } |