summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelmaininventory.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-07-01 00:20:01 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-07-01 00:20:01 +0300
commitbbcedf9c847f1f768e6c34e74a6a4373b0e7ae24 (patch)
treead4389f34ef391be5eb6ef3fe75cea15160bb34a /indra/newview/llpanelmaininventory.cpp
parent924869900ae2646987ce2a8f0b494345701c50a6 (diff)
SL-19914 Inventory gallery Tab support #2
Diffstat (limited to 'indra/newview/llpanelmaininventory.cpp')
-rw-r--r--indra/newview/llpanelmaininventory.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/indra/newview/llpanelmaininventory.cpp b/indra/newview/llpanelmaininventory.cpp
index 27c8f10889..b63d6b9308 100644
--- a/indra/newview/llpanelmaininventory.cpp
+++ b/indra/newview/llpanelmaininventory.cpp
@@ -2322,20 +2322,11 @@ void LLPanelMainInventory::onCombinationRootChanged(bool gallery_clicked)
void LLPanelMainInventory::onCombinationGallerySelectionChanged(const LLUUID& category_id)
{
- if(category_id != LLUUID::null)
- {
- mCombinationInventoryPanel->unSelectAll();
- }
}
void LLPanelMainInventory::onCombinationInventorySelectionChanged(const std::deque<LLFolderViewItem*>& items, BOOL user_action)
{
onSelectionChange(mCombinationInventoryPanel, items, user_action);
-
- if(!items.empty())
- {
- mCombinationGalleryPanel->clearSelection();
- }
}
void LLPanelMainInventory::updatePanelVisibility()