diff options
| author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-04-18 21:27:25 +0300 |
|---|---|---|
| committer | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-04-18 21:27:25 +0300 |
| commit | ce2aaab15912693d51383274dc1dfebb20c0b6a2 (patch) | |
| tree | 9568d0a74c69aa7bf9448fb6e6897ffc5181b6f0 /indra/newview/llinventorypanel.cpp | |
| parent | 5554686b9117901cddb3d36f237622442c1d7a8d (diff) | |
SL-19604 FIXED Creating new folders and items in gallery or combination views does not highlight created item
Diffstat (limited to 'indra/newview/llinventorypanel.cpp')
| -rw-r--r-- | indra/newview/llinventorypanel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorypanel.cpp b/indra/newview/llinventorypanel.cpp index 2193743a38..4b525b09d1 100644 --- a/indra/newview/llinventorypanel.cpp +++ b/indra/newview/llinventorypanel.cpp @@ -1801,7 +1801,7 @@ void LLInventoryPanel::openInventoryPanelAndSetSelection(BOOL auto_open, const L { LLSidepanelInventory *inventory_panel = inventory_floater->findChild<LLSidepanelInventory>("main_panel"); LLPanelMainInventory* main_panel = inventory_panel->getMainInventoryPanel(); - if(main_panel->isSingleFolderMode() && (main_panel->isGalleryViewMode() || main_panel->isCombinationViewMode())) + if(main_panel->isSingleFolderMode() && main_panel->isGalleryViewMode()) { main_panel->setGallerySelection(obj_id); return; |
