diff options
author | Alexander Gavriliuk <alexandrgproductengine@lindenlab.com> | 2023-06-16 08:42:23 +0200 |
---|---|---|
committer | Guru <alexandrgproductengine@lindenlab.com> | 2023-06-20 10:47:57 +0200 |
commit | 2a035c080dec2aa16b9628aac7b120e4f15135c2 (patch) | |
tree | 8b6bf2361555014c210f1066b40d0bd7b9ca37bf /indra/newview/llpanelmaininventory.cpp | |
parent | 93ab02b672efc5388230629bafb5519e725a3683 (diff) |
SL-18977 Borders of inventory view in inventory floater seem to be cut a bit
Diffstat (limited to 'indra/newview/llpanelmaininventory.cpp')
-rw-r--r-- | indra/newview/llpanelmaininventory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelmaininventory.cpp b/indra/newview/llpanelmaininventory.cpp index 30364e06eb..5ae61f0c36 100644 --- a/indra/newview/llpanelmaininventory.cpp +++ b/indra/newview/llpanelmaininventory.cpp @@ -2505,7 +2505,7 @@ void LLPanelMainInventory::setViewMode(EViewModeType mode) { std::list<LLUUID> forward_history; std::list<LLUUID> backward_history; - U32 sort_order; + U32 sort_order = 0; switch(mViewMode) { case MODE_LIST: |