Skip to content
Snippets Groups Projects
Commit 425ff28e authored by prep@lindenlab.com's avatar prep@lindenlab.com
Browse files

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

parent 79f91264
No related branches found
No related tags found
No related merge requests found
...@@ -452,8 +452,7 @@ void LLSidepanelAppearance::editWearable(LLViewerWearable *wearable, LLView *dat ...@@ -452,8 +452,7 @@ void LLSidepanelAppearance::editWearable(LLViewerWearable *wearable, LLView *dat
LLFloaterSidePanelContainer::showPanel("appearance", LLSD()); LLFloaterSidePanelContainer::showPanel("appearance", LLSD());
LLSidepanelAppearance *panel = dynamic_cast<LLSidepanelAppearance*>(data); LLSidepanelAppearance *panel = dynamic_cast<LLSidepanelAppearance*>(data);
if (panel) if (panel)
{ {
panel->showOutfitsInventoryPanel();
panel->showWearableEditPanel(wearable, disable_camera_switch); panel->showWearableEditPanel(wearable, disable_camera_switch);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment