diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2025-01-10 19:45:22 +0200 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2025-04-11 00:32:40 +0300 |
commit | 2d11e10a906f10f6cd682cc154f9cb5cce7828f6 (patch) | |
tree | f4740a09f89339cd97b792299b82be4e764524b9 /indra | |
parent | 3daf08696ec08ec9cf6344211a23bcc205112e2e (diff) |
#3377 Select 'All items' tab when creating a folder via '+' button
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llpanelmaininventory.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llpanelmaininventory.cpp b/indra/newview/llpanelmaininventory.cpp index 6ddd306039..3008fb69d6 100644 --- a/indra/newview/llpanelmaininventory.cpp +++ b/indra/newview/llpanelmaininventory.cpp @@ -572,7 +572,8 @@ void LLPanelMainInventory::doCreate(const LLSD& userdata) } else { - menu_create_inventory_item(getPanel(), NULL, userdata); + selectAllItemsPanel(); + menu_create_inventory_item(mAllItemsPanel, NULL, userdata); } } |