summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorprep@lindenlab.com <prep@lindenlab.com>2013-04-16 11:54:16 -0500
committerprep@lindenlab.com <prep@lindenlab.com>2013-04-16 11:54:16 -0500
commit0a413e1dc82bbe18c5c9fe510b10e33f8fb0a93c (patch)
tree35ced1826d93ae0744813db75c802e5c1924bc9f /indra
parent9cbbb45a0ca8a56707125cdb3f6ea95de7f9deef (diff)
Fix for SH-4108 - observer does not see the outfit change when closing appearance panel.
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llsidepanelappearance.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llsidepanelappearance.cpp b/indra/newview/llsidepanelappearance.cpp
index 7b89e0617b..3c21219dc1 100644
--- a/indra/newview/llsidepanelappearance.cpp
+++ b/indra/newview/llsidepanelappearance.cpp
@@ -136,6 +136,7 @@ void LLSidepanelAppearance::onClose(LLFloaterSidePanelContainer* obj)
}
else
{
+ LLVOAvatarSelf::onCustomizeEnd(FALSE);
mLLFloaterSidePanelContainer->close();
}
}