From f5c6d416b85c11d958c1da0b48ff19751dfd0c7f Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Sun, 29 Nov 2009 00:02:02 +0000 Subject: - Ensure the task cancellation button is hidden by default, until tasks which support it enable it --- Source/TableDocument.m | 1 + 1 file changed, 1 insertion(+) 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]; -- cgit v1.2.3