Skip to content
Snippets Groups Projects
Commit 392f561b authored by prep's avatar prep
Browse files

Fix for SH-4123: outfit update corrected for edit/save/abandon sequence

parent 8cf67fe5
No related branches found
No related tags found
No related merge requests found
...@@ -90,8 +90,9 @@ bool LLSidepanelAppearance::callBackExitWithoutSaveViaClose(const LLSD& notifica ...@@ -90,8 +90,9 @@ bool LLSidepanelAppearance::callBackExitWithoutSaveViaClose(const LLSD& notifica
S32 option = LLNotificationsUtil::getSelectedOption(notification, response); S32 option = LLNotificationsUtil::getSelectedOption(notification, response);
if ( option == 0 ) if ( option == 0 )
{ {
//revert curernt edits
mEditWearable->revertChanges(); mEditWearable->revertChanges();
LLAppearanceMgr::getInstance()->wearBaseOutfit(); LLVOAvatarSelf::onCustomizeEnd(FALSE);
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