diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-01-27 19:04:21 +0200 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-01-27 19:04:21 +0200 |
commit | 8d329f12d668139e3d26def90de526e8ee797484 (patch) | |
tree | d20c17ae5d4d5905a6aafae76144404d43710821 /indra/llui | |
parent | 3d00b4bb6c2d2e2eb2e4aaab27a75e2408dd2626 (diff) |
SL-16669 FIXED Wrong context menu is opened for objects owned by the group
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/llscrolllistctrl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llscrolllistctrl.h b/indra/llui/llscrolllistctrl.h index 69ef7c5629..b7c6d1660d 100644 --- a/indra/llui/llscrolllistctrl.h +++ b/indra/llui/llscrolllistctrl.h @@ -325,6 +325,7 @@ public: // support right-click context menus for avatar/group lists enum ContextMenuType { MENU_NONE, MENU_AVATAR, MENU_GROUP }; void setContextMenu(const ContextMenuType &menu) { mContextMenuType = menu; } + ContextMenuType getContextMenuType() { return mContextMenuType; } // Overridden from LLView /*virtual*/ void draw(); |