aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.m
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2010-05-09 16:18:34 +0000
committerrowanbeentje <rowan@beent.je>2010-05-09 16:18:34 +0000
commit91fe90f0f75cbfd14933f00c40e8cee17937b30c (patch)
tree92a477ff74c99211becc6cb4f2011dd1f147c3d7 /Source/TableDocument.m
parent4144a5e1b78480fd86994a9c255c9a0fb98db48b (diff)
downloadsequelpro-91fe90f0f75cbfd14933f00c40e8cee17937b30c.tar.gz
sequelpro-91fe90f0f75cbfd14933f00c40e8cee17937b30c.tar.bz2
sequelpro-91fe90f0f75cbfd14933f00c40e8cee17937b30c.zip
- Update task progress spinner to draw on the main thread rather than a background thread; should fix a number of issues logged by the crash reporter
- Update indicator code to merged master incorporating our changes, reworked and improved
Diffstat (limited to 'Source/TableDocument.m')
-rw-r--r--Source/TableDocument.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/TableDocument.m b/Source/TableDocument.m
index 724e9c60..49bde88b 100644
--- a/Source/TableDocument.m
+++ b/Source/TableDocument.m
@@ -1272,7 +1272,6 @@
if (_isWorkingLevel == 1 || !taskDisplayIsIndeterminate) {
taskDisplayIsIndeterminate = YES;
[taskProgressIndicator setIndeterminate:YES];
- [taskProgressIndicator animate:self];
[taskProgressIndicator startAnimation:self];
taskDisplayLastValue = 0;
}