summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorprep@lindenlab.com <prep@lindenlab.com>2013-04-12 10:09:44 -0500
committerprep@lindenlab.com <prep@lindenlab.com>2013-04-12 10:09:44 -0500
commit766daa73a29d34cb3410c033fc99bfc156844c92 (patch)
treeffcf7602f10c8dec8e78847ba965b1b4b993b0d1 /indra/newview
parent2798c355c441f8d92a02537eca6e253c8fbf2bc4 (diff)
Sh-4035: Fix for skin changes not being reverted after cancel
Diffstat (limited to 'indra/newview')
-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 6d2b643434..7b89e0617b 100644
--- a/indra/newview/llsidepanelappearance.cpp
+++ b/indra/newview/llsidepanelappearance.cpp
@@ -90,6 +90,7 @@ bool LLSidepanelAppearance::callBackExitWithoutSaveViaClose(const LLSD& notifica
S32 option = LLNotificationsUtil::getSelectedOption(notification, response);
if ( option == 0 )
{
+ mEditWearable->revertChanges();
LLAppearanceMgr::getInstance()->wearBaseOutfit();
mLLFloaterSidePanelContainer->close();
return true;