diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2020-09-23 12:30:47 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2020-09-23 12:30:47 +0300 |
commit | f392ddab9884b97ce9488614cc3fa6f10b8ebdc2 (patch) | |
tree | 8feaf3336e73bb2c8cc2cdd6a31969e1243b22d5 /indra | |
parent | d435e2ee26c7a71ee180ebff66bc793b0566e1a2 (diff) |
Revert "SL-13852 Show menu below the button"
This reverts commit bac27a9d74bc8eb55699aedcf957ba7532ef02c5.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llpanelmaininventory.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llpanelmaininventory.cpp b/indra/newview/llpanelmaininventory.cpp index bcbf92a488..d24440ebbd 100644 --- a/indra/newview/llpanelmaininventory.cpp +++ b/indra/newview/llpanelmaininventory.cpp @@ -1168,7 +1168,6 @@ void LLPanelMainInventory::initListCommandsHandlers() mMenuVisibility = LLUICtrlFactory::getInstance()->createFromFile<LLToggleableMenu>("menu_inventory_search_visibility.xml", gMenuHolder, LLViewerMenuHolderGL::child_registry_t::instance()); mVisibilityMenuButton->setMenu(mMenuVisibility); - mVisibilityMenuButton->setMenuPosition(LLMenuButton::MP_BOTTOM_LEFT); // Update the trash button when selected item(s) get worn or taken off. LLOutfitObserver::instance().addCOFChangedCallback(boost::bind(&LLPanelMainInventory::updateListCommands, this)); |