diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-07-21 00:47:14 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-07-21 00:48:29 +0300 |
commit | 0941fcd5a48e9d4d95fb88750db3b964aa983486 (patch) | |
tree | 993ee26823fa7082de4814106d9353135729788d /indra/newview/llinventorygallery.h | |
parent | 4fb9a3f469c2cb0197d686acb68827f0fa32b451 (diff) |
SL-20047 Indicate when gallery items are being cut
Diffstat (limited to 'indra/newview/llinventorygallery.h')
-rw-r--r-- | indra/newview/llinventorygallery.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llinventorygallery.h b/indra/newview/llinventorygallery.h index 42bda59c5a..f2e5e38940 100644 --- a/indra/newview/llinventorygallery.h +++ b/indra/newview/llinventorygallery.h @@ -335,6 +335,8 @@ public: void updateNameText(); private: + bool isFadeItem(); + LLUUID mUUID; LLTextBox* mNameText; LLPanel* mTextBgPanel; @@ -344,6 +346,8 @@ private: bool mHidden; bool mIsFolder; bool mIsLink; + S32 mCutGeneration; + bool mSelectedForCut; std::string mAssetIDStr; std::string mDesc; |