aboutsummaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-01-09 14:33:34 +0000
committerBibiko <bibiko@eva.mpg.de>2010-01-09 14:33:34 +0000
commitcc560367f6f3c0e1a25d7762aae906772ad3ff28 (patch)
treeafa3870fe39390fa6d7fec82c7fa1426533eebae /Source
parent604efb07d3cbbc46e93148c2bebb9ae95dd1de5f (diff)
downloadsequelpro-cc560367f6f3c0e1a25d7762aae906772ad3ff28.tar.gz
sequelpro-cc560367f6f3c0e1a25d7762aae906772ad3ff28.tar.bz2
sequelpro-cc560367f6f3c0e1a25d7762aae906772ad3ff28.zip
removed:
[taskProgressWindow orderWindow:NSWindowAbove relativeTo:[tableWindow windowNumber]]; since it causes Console <error> messages mentioning "kCGErrorIllegalArgument" and it is not necessary anymore [thanks to Rowan for the hint]
Diffstat (limited to 'Source')
-rw-r--r--Source/TableDocument.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/TableDocument.m b/Source/TableDocument.m
index 17964e92..85cb99c5 100644
--- a/Source/TableDocument.m
+++ b/Source/TableDocument.m
@@ -232,7 +232,6 @@
[taskProgressWindow setOpaque:NO];
[taskProgressWindow setBackgroundColor:[NSColor clearColor]];
[taskProgressWindow setAlphaValue:0.0];
- [taskProgressWindow orderWindow:NSWindowAbove relativeTo:[tableWindow windowNumber]];
[tableWindow addChildWindow:taskProgressWindow ordered:NSWindowAbove];
[taskProgressWindow release];
[taskProgressWindow setContentView:taskProgressLayer];