aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2010-01-11 23:26:39 +0000
committerrowanbeentje <rowan@beent.je>2010-01-11 23:26:39 +0000
commitcd623f3671793e3502680113d20317d3146338e7 (patch)
treec38b21445d504a80b7a351b2e1948678cec595f5
parent73211a19046665d4c3ee66c215a37cd0e5b4c6bd (diff)
downloadsequelpro-cd623f3671793e3502680113d20317d3146338e7.tar.gz
sequelpro-cd623f3671793e3502680113d20317d3146338e7.tar.bz2
sequelpro-cd623f3671793e3502680113d20317d3146338e7.zip
- Testing found that r1653 fixed the warnings but for some reason disabled the "Stop" button; switch to orderFront: to re-enable without the warnings (thanks to Hans for assistance!)
-rw-r--r--Source/TableDocument.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/TableDocument.m b/Source/TableDocument.m
index 3b8f67b6..273612de 100644
--- a/Source/TableDocument.m
+++ b/Source/TableDocument.m
@@ -232,6 +232,7 @@
[taskProgressWindow setOpaque:NO];
[taskProgressWindow setBackgroundColor:[NSColor clearColor]];
[taskProgressWindow setAlphaValue:0.0];
+ [taskProgressWindow orderFront:self];
[tableWindow addChildWindow:taskProgressWindow ordered:NSWindowAbove];
[taskProgressWindow release];
[taskProgressWindow setContentView:taskProgressLayer];