diff options
author | Richard Linden <none@none> | 2011-03-24 19:37:00 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-03-24 19:37:00 -0700 |
commit | a5572505d843778b7f5395e25f9b9d15178bb423 (patch) | |
tree | 4bd6108a9ac44fbe3343f9bba29745e7c8905496 /indra/llui/llmenugl.cpp | |
parent | 4af93641973c4ee8805e948ad04d7be306a38835 (diff) |
SOCIAL-509 FIX There is no way to copy a user name from web profile with the mouse
Diffstat (limited to 'indra/llui/llmenugl.cpp')
-rw-r--r-- | indra/llui/llmenugl.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llui/llmenugl.cpp b/indra/llui/llmenugl.cpp index 32d7be377a..e60fae6ff5 100644 --- a/indra/llui/llmenugl.cpp +++ b/indra/llui/llmenugl.cpp @@ -3099,9 +3099,6 @@ void LLMenuGL::showPopup(LLView* spawning_view, LLMenuGL* menu, S32 x, S32 y) CURSOR_HEIGHT + MOUSE_CURSOR_PADDING * 2); menu->translateIntoRectWithExclusion( menu_region_rect, mouse_rect, FALSE ); menu->getParent()->sendChildToFront(menu); - - - } ///============================================================================ |