MAINT-5186 FIXED (Avatar textures do not load in the Appearance editor after disabling an Alpha mask)

master
vyacheslavsproductengine 2015-06-05 20:53:16 +04:00
parent b59770199a
commit a2bd04ca24
1 changed files with 2 additions and 1 deletions

View File

@ -1168,6 +1168,8 @@ void LLPanelEditWearable::showWearable(LLViewerWearable* wearable, BOOL show, BO
targetPanel->setVisible(show);
toggleTypeSpecificControls(type);
// Update type controls here
updateTypeSpecificControls(type);
if (show)
{
@ -1179,7 +1181,6 @@ void LLPanelEditWearable::showWearable(LLViewerWearable* wearable, BOOL show, BO
mNameEditor->setText(mWearableItem->getName());
updatePanelPickerControls(type);
updateTypeSpecificControls(type);
// clear and rebuild visual param list
U8 num_subparts = wearable_entry->mSubparts.size();