aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CustomQuery.m
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2009-04-30 10:18:03 +0000
committerBibiko <bibiko@eva.mpg.de>2009-04-30 10:18:03 +0000
commit40dc576b30ec1da22ae58c1daaae86a6d1020b2c (patch)
tree8affef0bc1daa659abb3a1c3c6205171e88a931d /Source/CustomQuery.m
parentdc29496e335f047cbee8a1c58371ad1827d0467d (diff)
downloadsequelpro-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.m2
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])