diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-06-14 23:59:43 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-06-15 00:00:07 +0300 |
commit | 143e103bcf2b9be2b249ce96e7f84a52469174c7 (patch) | |
tree | 61e5a5e9d3c0e3ac5680723c17a59c13c91934da /indra/newview/llsidepanelinventory.cpp | |
parent | 3a359224565aabec518a097ae502735a0d8244b0 (diff) |
SL-19686 WIP Switching single folder view for large inventories causes stalls #2
Diffstat (limited to 'indra/newview/llsidepanelinventory.cpp')
-rw-r--r-- | indra/newview/llsidepanelinventory.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llsidepanelinventory.cpp b/indra/newview/llsidepanelinventory.cpp index 5f30ef3219..5eb853f44c 100644 --- a/indra/newview/llsidepanelinventory.cpp +++ b/indra/newview/llsidepanelinventory.cpp @@ -215,6 +215,9 @@ BOOL LLSidepanelInventory::postBuild() LLFloater *floater = dynamic_cast<LLFloater*>(getParent()); if (floater && floater->getKey().isUndefined() && !sLoginCompleted) { + // Prefill inventory for primary inventory floater + // Other floaters should fill on visibility change + // // see get_instance_num(); // Primary inventory floater will have undefined key initInventoryViews(); |