diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-04-15 17:57:57 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-04-15 17:57:57 +0300 |
commit | 6ab5182d92bd4d7897933d3952b9be23794e2cb5 (patch) | |
tree | 530813b2d9285fe42cdba9cb750810e7e6c4e00c /indra/newview/llpanelobjectinventory.h | |
parent | 8217b47720df74f34c42f1b80a0d84f7d302e497 (diff) |
SL-10953 Fixed “No contents” is displayed when adding a large number of items a few times
Diffstat (limited to 'indra/newview/llpanelobjectinventory.h')
-rw-r--r-- | indra/newview/llpanelobjectinventory.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llpanelobjectinventory.h b/indra/newview/llpanelobjectinventory.h index d700c8f4cf..7b9ecfb8f3 100644 --- a/indra/newview/llpanelobjectinventory.h +++ b/indra/newview/llpanelobjectinventory.h @@ -106,9 +106,9 @@ private: LLUUID mTaskUUID; LLUUID mAttachmentUUID; - BOOL mHaveInventory; - BOOL mIsInventoryEmpty; - BOOL mInventoryNeedsUpdate; + BOOL mHaveInventory; // 'Loading' label and used for initial request + BOOL mIsInventoryEmpty; // 'Empty' label + BOOL mInventoryNeedsUpdate; // for idle, set on changed callback LLFolderViewModelInventory mInventoryViewModel; }; |