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

Fix for SH-4108 - observer does not see the outfit change when closing appearance panel.

parent 9cbbb45a
No related branches found
No related tags found
No related merge requests found
......@@ -136,6 +136,7 @@ void LLSidepanelAppearance::onClose(LLFloaterSidePanelContainer* obj)
}
else
{
LLVOAvatarSelf::onCustomizeEnd(FALSE);
mLLFloaterSidePanelContainer->close();
}
}
......
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