SL-14370 Fix loading indicators
parent
d55d37c165
commit
03540e8a39
|
|
@ -563,6 +563,8 @@ BOOL LLPanelOutfitEdit::postBuild()
|
|||
mGearMenuBtn->setMenu(mGearMenu);
|
||||
|
||||
mSaveComboBtn.reset(new LLSaveOutfitComboBtn(this));
|
||||
|
||||
onOutfitChanging(gAgentWearables.isCOFChangeInProgress());
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -140,6 +140,8 @@ BOOL LLSidepanelAppearance::postBuild()
|
|||
|
||||
setVisibleCallback(boost::bind(&LLSidepanelAppearance::onVisibilityChanged,this,_2));
|
||||
|
||||
setWearablesLoading(gAgentWearables.isCOFChangeInProgress());
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -463,7 +463,6 @@ void LLViewerWearable::revertValues()
|
|||
{
|
||||
LLWearable::revertValues();
|
||||
|
||||
|
||||
LLSidepanelAppearance *panel = dynamic_cast<LLSidepanelAppearance*>(LLFloaterSidePanelContainer::findPanel("appearance"));
|
||||
if( panel )
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue