From 1bb16aa9943b686f4bf0b5adb3fe42495cf74f35 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Thu, 6 Jan 2011 00:25:15 +0000 Subject: - Now the connection process is threaded, remove manual display calls when updating interface details to prevent glitch drawing --- Source/SPConnectionController.m | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Source') diff --git a/Source/SPConnectionController.m b/Source/SPConnectionController.m index b2560b84..3558d484 100644 --- a/Source/SPConnectionController.m +++ b/Source/SPConnectionController.m @@ -252,15 +252,10 @@ [favoritesTable setEnabled:NO]; [addToFavoritesButton setHidden:YES]; - [addToFavoritesButton display]; [helpButton setHidden:YES]; - [helpButton display]; [connectButton setEnabled:NO]; - [connectButton display]; [progressIndicator startAnimation:self]; - [progressIndicator display]; [progressIndicatorText setHidden:NO]; - [progressIndicatorText display]; // Start the current tab's progress indicator [tableDocument setIsProcessing:YES]; -- cgit v1.2.3