SL-14370 Fix loading indicators

master
Andrey Kleshchev 2020-11-23 20:41:32 +02:00
parent d55d37c165
commit 03540e8a39
3 changed files with 4 additions and 1 deletions

View File

@ -563,6 +563,8 @@ BOOL LLPanelOutfitEdit::postBuild()
mGearMenuBtn->setMenu(mGearMenu);
mSaveComboBtn.reset(new LLSaveOutfitComboBtn(this));
onOutfitChanging(gAgentWearables.isCOFChangeInProgress());
return TRUE;
}

View File

@ -140,6 +140,8 @@ BOOL LLSidepanelAppearance::postBuild()
setVisibleCallback(boost::bind(&LLSidepanelAppearance::onVisibilityChanged,this,_2));
setWearablesLoading(gAgentWearables.isCOFChangeInProgress());
return TRUE;
}

View File

@ -463,7 +463,6 @@ void LLViewerWearable::revertValues()
{
LLWearable::revertValues();
LLSidepanelAppearance *panel = dynamic_cast<LLSidepanelAppearance*>(LLFloaterSidePanelContainer::findPanel("appearance"));
if( panel )
{