diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-06-06 21:44:46 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-06-06 21:45:16 +0300 |
commit | d5c1d6c24559ce44c7ab6e1249c50bcb04105e5f (patch) | |
tree | 7e23adfbc94f371d57c2c48cf0ec43cdee6903f0 /indra/newview/llpanelmaininventory.h | |
parent | 2281377c347233b79f76249143e6197142efcfbb (diff) |
SL-19823 Edit not always active when adding items and folders in single folder view
Diffstat (limited to 'indra/newview/llpanelmaininventory.h')
-rw-r--r-- | indra/newview/llpanelmaininventory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelmaininventory.h b/indra/newview/llpanelmaininventory.h index ae2e07da11..6d749f269c 100644 --- a/indra/newview/llpanelmaininventory.h +++ b/indra/newview/llpanelmaininventory.h @@ -250,6 +250,7 @@ private: bool mForceShowInvLayout; bool mReshapeInvLayout; + LLUUID mCombInvUUIDNeedsRename; // List Commands // //////////////////////////////////////////////////////////////////////////////// }; |