diff options
| author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-11-06 11:36:21 +0200 |
|---|---|---|
| committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-11-06 11:36:21 +0200 |
| commit | 034cb895bd5646d730e6f956af4ce849a010b184 (patch) | |
| tree | 2b04ac3c279210feedd2d842167ffd1fff81c13b /indra/newview/llfloaterbump.cpp | |
| parent | ae04cb854948ae3ef5c84ac11c2d7a4e04b28a9b (diff) | |
MAINT-3067 FIXED Show context menu when right clicking avatar name in the list. Bumps, Pushes and Hits moved to Help from Develop menu
Diffstat (limited to 'indra/newview/llfloaterbump.cpp')
| -rwxr-xr-x | indra/newview/llfloaterbump.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterbump.cpp b/indra/newview/llfloaterbump.cpp index ad44c509d9..345df2fcb3 100755 --- a/indra/newview/llfloaterbump.cpp +++ b/indra/newview/llfloaterbump.cpp @@ -58,6 +58,7 @@ void LLFloaterBump::onOpen(const LLSD& key) if (!list) return; list->deleteAllItems(); + list->setContextMenu(LLScrollListCtrl::MENU_AVATAR); if (gMeanCollisionList.empty()) { |
