diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-01-09 14:33:34 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-01-09 14:33:34 +0000 |
commit | cc560367f6f3c0e1a25d7762aae906772ad3ff28 (patch) | |
tree | afa3870fe39390fa6d7fec82c7fa1426533eebae /Source/TableDocument.m | |
parent | 604efb07d3cbbc46e93148c2bebb9ae95dd1de5f (diff) | |
download | sequelpro-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/TableDocument.m')
-rw-r--r-- | Source/TableDocument.m | 1 |
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]; |