diff options
author | rowanbeentje <rowan@beent.je> | 2009-11-29 00:02:02 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-11-29 00:02:02 +0000 |
commit | f5c6d416b85c11d958c1da0b48ff19751dfd0c7f (patch) | |
tree | b242302a17e4d23cdd8427b68a5f297f71bf802e /Source | |
parent | 4fa50e035c6bebb0353e1aeb3239fe5f0500d150 (diff) | |
download | sequelpro-f5c6d416b85c11d958c1da0b48ff19751dfd0c7f.tar.gz sequelpro-f5c6d416b85c11d958c1da0b48ff19751dfd0c7f.tar.bz2 sequelpro-f5c6d416b85c11d958c1da0b48ff19751dfd0c7f.zip |
- Ensure the task cancellation button is hidden by default, until tasks which support it enable it
Diffstat (limited to 'Source')
-rw-r--r-- | Source/TableDocument.m | 1 |
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]; |