diff options
author | rowanbeentje <rowan@beent.je> | 2010-01-11 23:26:39 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2010-01-11 23:26:39 +0000 |
commit | cd623f3671793e3502680113d20317d3146338e7 (patch) | |
tree | c38b21445d504a80b7a351b2e1948678cec595f5 /Source/TableDocument.m | |
parent | 73211a19046665d4c3ee66c215a37cd0e5b4c6bd (diff) | |
download | sequelpro-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!)
Diffstat (limited to 'Source/TableDocument.m')
-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 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]; |