diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-04-30 10:18:03 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-04-30 10:18:03 +0000 |
commit | 40dc576b30ec1da22ae58c1daaae86a6d1020b2c (patch) | |
tree | 8affef0bc1daa659abb3a1c3c6205171e88a931d /Source/CustomQuery.m | |
parent | dc29496e335f047cbee8a1c58371ad1827d0467d (diff) | |
download | sequelpro-40dc576b30ec1da22ae58c1daaae86a6d1020b2c.tar.gz sequelpro-40dc576b30ec1da22ae58c1daaae86a6d1020b2c.tar.bz2 sequelpro-40dc576b30ec1da22ae58c1daaae86a6d1020b2c.zip |
• MySQL Help
- updated autoHelp, now it recognizes cursor movement via mouse
• if the chunk in CQ's textview is too large remove all attributes
• some minor code cosmetics
Diffstat (limited to 'Source/CustomQuery.m')
-rw-r--r-- | Source/CustomQuery.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CustomQuery.m b/Source/CustomQuery.m index 4af056b1..a7741792 100644 --- a/Source/CustomQuery.m +++ b/Source/CustomQuery.m @@ -1811,7 +1811,7 @@ traps enter key and } } - // Add two menu items for a selection + // Add two menu items for a selection if no link is given if(webViewMenuItems && [[element objectForKey:@"WebElementIsSelected"] boolValue] && ![[element objectForKey:@"WebElementLinkIsLive"] boolValue]) |