aboutsummaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2009-11-29 00:02:02 +0000
committerrowanbeentje <rowan@beent.je>2009-11-29 00:02:02 +0000
commitf5c6d416b85c11d958c1da0b48ff19751dfd0c7f (patch)
treeb242302a17e4d23cdd8427b68a5f297f71bf802e /Source
parent4fa50e035c6bebb0353e1aeb3239fe5f0500d150 (diff)
downloadsequelpro-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.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];