diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-04-17 13:22:27 +0300 |
---|---|---|
committer | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-04-17 13:22:27 +0300 |
commit | 5554686b9117901cddb3d36f237622442c1d7a8d (patch) | |
tree | d10ef52054d798e9f228acde7990d5b4298f994a /indra/newview/llpanelmaininventory.cpp | |
parent | 94dd7b2c0c020bad25dab9472d612f673f136422 (diff) |
SL-19544 WIP show item permissions after item name
Diffstat (limited to 'indra/newview/llpanelmaininventory.cpp')
-rw-r--r-- | indra/newview/llpanelmaininventory.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llpanelmaininventory.cpp b/indra/newview/llpanelmaininventory.cpp index 62b7a38857..f67b09d121 100644 --- a/indra/newview/llpanelmaininventory.cpp +++ b/indra/newview/llpanelmaininventory.cpp @@ -1640,6 +1640,10 @@ void LLPanelMainInventory::setSingleFolderViewRoot(const LLUUID& folder_id, bool mInventoryGalleryPanel->clearNavigationHistory(); } } + else if(isCombinationViewMode()) + { + mCombinationInventoryPanel->changeFolderRoot(folder_id); + } updateNavButtons(); } |