diff options
author | prep <prep@lindenlab.com> | 2013-01-14 17:21:13 -0500 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2013-01-14 17:21:13 -0500 |
commit | 85e993224cfc67830f9586c1767a860a1d0c0deb (patch) | |
tree | adc9f4d055e0e33da4f87e767c142f9fc35ff377 /indra/newview | |
parent | 6390188ff35c47c93748c6fe3023d0bad219dea6 (diff) |
SH-3632:Undo change is now disabled after you save and return to the edit out fit panel (this behavior is now make sunshine-internal consistent with 3.4.1)
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llsidepanelappearance.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llsidepanelappearance.cpp b/indra/newview/llsidepanelappearance.cpp index f0844dd9a4..60ea675da4 100644 --- a/indra/newview/llsidepanelappearance.cpp +++ b/indra/newview/llsidepanelappearance.cpp @@ -410,6 +410,7 @@ void LLSidepanelAppearance::toggleWearableEditPanel(BOOL visible, LLViewerWearab { // Save changes if closing. mEditWearable->saveChanges(); + LLAppearanceMgr::getInstance()->setOutfitDirty( FALSE ); if (!disable_camera_switch) // if we're just switching between outfit and wearable editing, don't end customization. { LLVOAvatarSelf::onCustomizeEnd(disable_camera_switch); |