aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2011-01-06 00:25:15 +0000
committerrowanbeentje <rowan@beent.je>2011-01-06 00:25:15 +0000
commit1bb16aa9943b686f4bf0b5adb3fe42495cf74f35 (patch)
tree9338f32108daebf72dad8e4ff3b9027cd2f732a4
parentb76edcbd414eb62c584bc3e7d5dcaf7053aa2a65 (diff)
downloadsequelpro-1bb16aa9943b686f4bf0b5adb3fe42495cf74f35.tar.gz
sequelpro-1bb16aa9943b686f4bf0b5adb3fe42495cf74f35.tar.bz2
sequelpro-1bb16aa9943b686f4bf0b5adb3fe42495cf74f35.zip
- Now the connection process is threaded, remove manual display calls when updating interface details to prevent glitch drawing
-rw-r--r--Source/SPConnectionController.m5
1 files changed, 0 insertions, 5 deletions
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];