diff options
author | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2012-11-14 00:07:46 +0200 |
---|---|---|
committer | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2012-11-14 00:07:46 +0200 |
commit | df1fd5d4bbe8e71389872e4cdbac3e9f165cc3f8 (patch) | |
tree | 081fb3a3c745d9aca9474cc43c233dd077634026 | |
parent | 29e9f792bb9595dbacbc8a4b584b5bf62e7db6c6 (diff) |
CHUI-508 FIXED Attach to and Attach to HUD menus not showing in inventory floater to select attachment point
-rw-r--r-- | indra/newview/llinventorybridge.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp index 280a1775e9..52f2897788 100644 --- a/indra/newview/llinventorybridge.cpp +++ b/indra/newview/llinventorybridge.cpp @@ -5453,6 +5453,7 @@ void LLObjectBridge::buildContextMenu(LLMenuGL& menu, U32 flags) p.on_enable.parameter = cbparams; LLView* parent = attachment->getIsHUDAttachment() ? attach_hud_menu : attach_menu; LLUICtrlFactory::create<LLMenuItemCallGL>(p, parent); + items.push_back(p.name); } } } |