diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-12-01 21:42:58 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-12-01 21:42:58 +0000 |
commit | 842e85a37b698be1245dee0948a1abd99973638c (patch) | |
tree | b9e642508660110488fdf4d90e3bd2c3c6dd9181 /Source/SPBundleHTMLOutputController.m | |
parent | a7981fb1f88c16fbd0f7732a03d63f599d94309b (diff) | |
download | sequelpro-842e85a37b698be1245dee0948a1abd99973638c.tar.gz sequelpro-842e85a37b698be1245dee0948a1abd99973638c.tar.bz2 sequelpro-842e85a37b698be1245dee0948a1abd99973638c.zip |
• Bundle Editor / Bundle commands
- enabled trigger support to run a command if db, table, or table row was changed
- HTML output window will be ordered out without making it the key window to remain the first responder
• SPTableTExtFieldCell
- forgotten to remove expansionFrameWithFrame: method
Diffstat (limited to 'Source/SPBundleHTMLOutputController.m')
-rw-r--r-- | Source/SPBundleHTMLOutputController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPBundleHTMLOutputController.m b/Source/SPBundleHTMLOutputController.m index c6129e99..a4c79edc 100644 --- a/Source/SPBundleHTMLOutputController.m +++ b/Source/SPBundleHTMLOutputController.m @@ -70,7 +70,7 @@ - (void)displayHTMLContent:(NSString *)content withOptions:(NSDictionary *)displayOptions { - [[self window] makeKeyAndOrderFront:nil]; + [[self window] orderFront:nil]; NSString *fullContent = @"%@"; fullContent = [NSString stringWithFormat:fullContent, content]; |