diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-05-06 02:33:39 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-05-06 02:33:58 +0300 |
commit | 03ed823e5993acf874289e6439e6df31732e4743 (patch) | |
tree | 7d2059900e26fe3233ad1a72a434ad8c2a03652a /indra | |
parent | 61818417d619c8d17cf861f0d72b314a14269e2f (diff) |
SL-19688 Fix combined view not updating on thumbnail change
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llpanelmaininventory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelmaininventory.cpp b/indra/newview/llpanelmaininventory.cpp index 2f6276ff77..c57ff26b91 100644 --- a/indra/newview/llpanelmaininventory.cpp +++ b/indra/newview/llpanelmaininventory.cpp @@ -916,6 +916,7 @@ void LLPanelMainInventory::changed(U32 mask) || (mask & LLInventoryObserver::STRUCTURE) || (mask & LLInventoryObserver::REMOVE) || (mask & LLInventoryObserver::ADD) + || (mask & LLInventoryObserver::INTERNAL) // Thumbnail || (mask & LLInventoryObserver::LABEL)) { // todo: can be limited to just observed folder |