diff options
| author | andreykproductengine <akleshchev@productengine.com> | 2016-09-26 21:29:20 +0300 |
|---|---|---|
| committer | andreykproductengine <akleshchev@productengine.com> | 2016-09-26 21:29:20 +0300 |
| commit | b7b98918eb36a1b69ef987a0b1fe8861a39b25b9 (patch) | |
| tree | 9c0f8d258534adf11772e0b21b3c7aa368e8716d /indra/newview/llpaneloutfitedit.cpp | |
| parent | b941de80dbe15a20a0eaea795d1282cf36306c30 (diff) | |
MAINT-4950 Appearance panel performance improvements.
Diffstat (limited to 'indra/newview/llpaneloutfitedit.cpp')
| -rw-r--r-- | indra/newview/llpaneloutfitedit.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llpaneloutfitedit.cpp b/indra/newview/llpaneloutfitedit.cpp index 8b9941c0ca..d897449310 100644 --- a/indra/newview/llpaneloutfitedit.cpp +++ b/indra/newview/llpaneloutfitedit.cpp @@ -779,6 +779,10 @@ void LLPanelOutfitEdit::onVisibilityChanged(const LLSD &in_visible_chain) { update(); } + else + { + mWearableListManager->holdProgress(); //list population restarts with visibility + } } void LLPanelOutfitEdit::onAddWearableClicked(void) |
