diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-12-13 14:20:50 +0200 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-12-13 14:20:50 +0200 |
commit | b309f058084d87744534adf647226b0a209a65f9 (patch) | |
tree | aadeef3c8b1011021dae519462df29f0dfef2b92 /indra/newview/llinventorybridge.h | |
parent | 9db2de69f15723518b7129dd198332520e958b85 (diff) |
MAINT-8061 Consider including folder count along with object count
Diffstat (limited to 'indra/newview/llinventorybridge.h')
-rw-r--r-- | indra/newview/llinventorybridge.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llinventorybridge.h b/indra/newview/llinventorybridge.h index 8fa15c082b..fd5c0433b1 100644 --- a/indra/newview/llinventorybridge.h +++ b/indra/newview/llinventorybridge.h @@ -268,7 +268,8 @@ public: : LLInvFVBridge(inventory, root, uuid), mCallingCards(FALSE), mWearables(FALSE), - mIsLoading(false) + mIsLoading(false), + mShowDescendantsCount(false) {} BOOL dragItemIntoFolder(LLInventoryItem* inv_item, BOOL drop, std::string& tooltip_msg, BOOL user_confirm = TRUE); |