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

Sh-4035: Fix for skin changes not being reverted after cancel

parent 2798c355
No related branches found
No related tags found
No related merge requests found
...@@ -90,6 +90,7 @@ bool LLSidepanelAppearance::callBackExitWithoutSaveViaClose(const LLSD& notifica ...@@ -90,6 +90,7 @@ bool LLSidepanelAppearance::callBackExitWithoutSaveViaClose(const LLSD& notifica
S32 option = LLNotificationsUtil::getSelectedOption(notification, response); S32 option = LLNotificationsUtil::getSelectedOption(notification, response);
if ( option == 0 ) if ( option == 0 )
{ {
mEditWearable->revertChanges();
LLAppearanceMgr::getInstance()->wearBaseOutfit(); LLAppearanceMgr::getInstance()->wearBaseOutfit();
mLLFloaterSidePanelContainer->close(); mLLFloaterSidePanelContainer->close();
return true; return true;
......
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