From 7d7bb8ae36fc8a706634ec42eae20df51aa472f2 Mon Sep 17 00:00:00 2001 From: Cinders Date: Wed, 27 Mar 2013 19:27:38 -0600 Subject: [PATCH] Don't setIsEditingAppearance in the pose stand in case we want to change outfits. --- indra/newview/fsfloaterposestand.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/indra/newview/fsfloaterposestand.cpp b/indra/newview/fsfloaterposestand.cpp index 9280ee176e..fa2645aecb 100644 --- a/indra/newview/fsfloaterposestand.cpp +++ b/indra/newview/fsfloaterposestand.cpp @@ -52,7 +52,6 @@ void FSFloaterPoseStand::onOpen(const LLSD& key) setLock(true); } gAgent.stopCurrentAnimations(); - gAgentAvatarp->setIsEditingAppearance(TRUE); gAgent.setCustomAnim(TRUE); gFocusMgr.setKeyboardFocus(NULL); gFocusMgr.setMouseCapture(NULL); @@ -70,7 +69,6 @@ void FSFloaterPoseStand::onClose(bool app_quitting) setLock(false); gAgent.standUp(); } - gAgentAvatarp->setIsEditingAppearance(FALSE); gAgent.setCustomAnim(FALSE); FSPose::getInstance()->stopPose(); gAgent.stopCurrentAnimations();