SH-4275: Fixed regression - appearances are no longer broadcasted before exiting appearance editor

master
prep@lindenlab.com 2013-06-18 10:00:05 -05:00
parent 79f91264e2
commit 425ff28e4b
1 changed files with 1 additions and 2 deletions

View File

@ -452,8 +452,7 @@ void LLSidepanelAppearance::editWearable(LLViewerWearable *wearable, LLView *dat
LLFloaterSidePanelContainer::showPanel("appearance", LLSD());
LLSidepanelAppearance *panel = dynamic_cast<LLSidepanelAppearance*>(data);
if (panel)
{
panel->showOutfitsInventoryPanel();
{
panel->showWearableEditPanel(wearable, disable_camera_switch);
}
}