SH-4275: Fixed regression - appearances are no longer broadcasted before exiting appearance editor
parent
79f91264e2
commit
425ff28e4b
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue