summaryrefslogtreecommitdiff
path: root/indra/llui/llmenugl.cpp
diff options
context:
space:
mode:
authorAndreyL ProductEngine <andreylproductengine@lindenlab.com>2015-10-15 23:01:12 +0300
committerAndreyL ProductEngine <andreylproductengine@lindenlab.com>2015-10-15 23:01:12 +0300
commit03f07b3eccd5f57563720807760681ebc25a568a (patch)
treedf2514e5a551c9c59ac7f06dea060be480471239 /indra/llui/llmenugl.cpp
parent64f000c73299596adcfb60e59c8baa79a11bceca (diff)
parent4312629e7c5749b86add9d42e6e550602f34dbf5 (diff)
Merge downstream code, version 3.8.6
Diffstat (limited to 'indra/llui/llmenugl.cpp')
-rwxr-xr-xindra/llui/llmenugl.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llui/llmenugl.cpp b/indra/llui/llmenugl.cpp
index 3b8d282445..848367f8a8 100755
--- a/indra/llui/llmenugl.cpp
+++ b/indra/llui/llmenugl.cpp
@@ -3394,6 +3394,11 @@ BOOL LLMenuBarGL::handleMouseDown(S32 x, S32 y, MASK mask)
return LLMenuGL::handleMouseDown(x, y, mask);
}
+BOOL LLMenuBarGL::handleDoubleClick(S32 x, S32 y, MASK mask)
+{
+ return LLMenuGL::handleMouseDown(x, y, mask);
+}
+
void LLMenuBarGL::draw()
{
LLMenuItemGL* itemp = getHighlightedItem();