Fixed low bug EXT-4951 - Redundant edit box context menu in list items in Panel Picks/Classifieds

--HG--
branch : product-engine
master
Dmitry Zaporozhan 2010-02-04 15:44:45 +02:00
parent 7453aae13e
commit 79bcb8dc72
2 changed files with 5 additions and 1 deletions

View File

@ -720,7 +720,10 @@ BOOL LLTextEditor::handleRightMouseDown(S32 x, S32 y, MASK mask)
}
if (!LLTextBase::handleRightMouseDown(x, y, mask))
{
showContextMenu(x, y);
if(getMouseOpaque())
{
showContextMenu(x, y);
}
}
return TRUE;
}

View File

@ -64,6 +64,7 @@
layout="topleft"
left="103"
name="picture_descr"
textbox.mouse_opaque="false"
top_pad="0"
width="178"
word_wrap="true" />