diff options
author | stuconnolly <stuart02@gmail.com> | 2009-10-26 23:56:40 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-10-26 23:56:40 +0000 |
commit | 9e6adb426de189704f0d0fe09b926b286dbb813e (patch) | |
tree | c11c6cd5c89b2daf4bccf0d97156fef2d3db1931 /Source/TablesList.m | |
parent | 332c2308514c1c0fe839dd0124d90cd8d24fd9ef (diff) | |
download | sequelpro-9e6adb426de189704f0d0fe09b926b286dbb813e.tar.gz sequelpro-9e6adb426de189704f0d0fe09b926b286dbb813e.tar.bz2 sequelpro-9e6adb426de189704f0d0fe09b926b286dbb813e.zip |
Don't run the add new database sheet modally, thus blocking the main thread. Part of issue #357.
Diffstat (limited to 'Source/TablesList.m')
-rw-r--r-- | Source/TablesList.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/TablesList.m b/Source/TablesList.m index b5ddb0af..2d56938d 100644 --- a/Source/TablesList.m +++ b/Source/TablesList.m @@ -496,7 +496,6 @@ */ - (void)sheetDidEnd:(id)sheet returnCode:(int)returnCode contextInfo:(NSString *)contextInfo { - // Order out current sheet to suppress overlapping of sheets if([sheet respondsToSelector:@selector(orderOut:)]) [sheet orderOut:nil]; |