diff options
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 | 
