Fixed low bug EXT-4951 - Redundant edit box context menu in list items in Panel Picks/Classifieds
--HG-- branch : product-enginemaster
parent
7453aae13e
commit
79bcb8dc72
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -64,6 +64,7 @@
|
|||
layout="topleft"
|
||||
left="103"
|
||||
name="picture_descr"
|
||||
textbox.mouse_opaque="false"
|
||||
top_pad="0"
|
||||
width="178"
|
||||
word_wrap="true" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue