diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-11-23 20:41:32 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-11-23 20:55:00 +0200 |
commit | 03540e8a394490156c21af5ea18d58f3f43c4164 (patch) | |
tree | 08dd980ad31a410f324dbee6f20b24b0a9e3ea96 /indra/newview/llpaneloutfitedit.cpp | |
parent | d55d37c165de18967b894da99f189c72c29adcd9 (diff) |
SL-14370 Fix loading indicators
Diffstat (limited to 'indra/newview/llpaneloutfitedit.cpp')
-rw-r--r-- | indra/newview/llpaneloutfitedit.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpaneloutfitedit.cpp b/indra/newview/llpaneloutfitedit.cpp index 7c962c296b..28a020870f 100644 --- a/indra/newview/llpaneloutfitedit.cpp +++ b/indra/newview/llpaneloutfitedit.cpp @@ -563,6 +563,8 @@ BOOL LLPanelOutfitEdit::postBuild() mGearMenuBtn->setMenu(mGearMenu); mSaveComboBtn.reset(new LLSaveOutfitComboBtn(this)); + + onOutfitChanging(gAgentWearables.isCOFChangeInProgress()); return TRUE; } |