diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-04-19 17:09:39 +0300 |
---|---|---|
committer | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-04-19 17:09:39 +0300 |
commit | 1e4ebffa0c801b41990ab38c85ef95eb6f948cd5 (patch) | |
tree | fa0884cf4fc6ad0455db6e3f442a2a025dbbf1c7 /indra/newview/llpanelmaininventory.h | |
parent | 97b0f637dfbd4ab2b3fe79442e9f847cf7a6efca (diff) |
SL-19604 show layout panel before creating new item in combination mode, if there are no items in inventory panel
Diffstat (limited to 'indra/newview/llpanelmaininventory.h')
-rw-r--r-- | indra/newview/llpanelmaininventory.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelmaininventory.h b/indra/newview/llpanelmaininventory.h index 8bc8f4e2e6..e5b9ba929d 100644 --- a/indra/newview/llpanelmaininventory.h +++ b/indra/newview/llpanelmaininventory.h @@ -231,6 +231,8 @@ private: LLHandle<LLView> mMenuAddHandle; bool mNeedUploadCost; + + bool mForceShowInvLayout; // List Commands // //////////////////////////////////////////////////////////////////////////////// }; |