diff options
author | rowanbeentje <rowan@beent.je> | 2011-01-06 00:25:15 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2011-01-06 00:25:15 +0000 |
commit | 1bb16aa9943b686f4bf0b5adb3fe42495cf74f35 (patch) | |
tree | 9338f32108daebf72dad8e4ff3b9027cd2f732a4 /Source/SPConnectionController.m | |
parent | b76edcbd414eb62c584bc3e7d5dcaf7053aa2a65 (diff) | |
download | sequelpro-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
Diffstat (limited to 'Source/SPConnectionController.m')
-rw-r--r-- | Source/SPConnectionController.m | 5 |
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]; |