aboutsummaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/TableDocument.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/TableDocument.m b/Source/TableDocument.m
index 357952fb..0269d1a6 100644
--- a/Source/TableDocument.m
+++ b/Source/TableDocument.m
@@ -1260,6 +1260,7 @@
// If the working level just moved to start a task, set up the interface
if (_isWorkingLevel == 1) {
+ [taskCancelButton setHidden:YES];
// Set flags and prevent further UI interaction in this window
[historyControl setEnabled:NO];