diff options
Diffstat (limited to 'Source/TableDocument.m')
-rw-r--r-- | Source/TableDocument.m | 1 |
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; } |