From 448fa2bc8655d584422be547bb304ff87372ae13 Mon Sep 17 00:00:00 2001 From: Drake Arconis <drake@alchemyviewer.org> Date: Thu, 30 Jul 2015 08:55:49 -0400 Subject: [PATCH] ALCH-253 - Restore previous gesture deactivation behaviors --- indra/newview/llinventoryfunctions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llinventoryfunctions.cpp b/indra/newview/llinventoryfunctions.cpp index 89ef57084d..4f99cfebce 100755 --- a/indra/newview/llinventoryfunctions.cpp +++ b/indra/newview/llinventoryfunctions.cpp @@ -1149,7 +1149,7 @@ void LLInventoryAction::doToSelected(LLInventoryModel* model, LLFolderView* root { wear_multiple(ids, false); } - else if (isRemoveAction(action)) + else if (isRemoveAction(action) && action != "deactivate") { LLAppearanceMgr::instance().removeItemsFromAvatar(ids); } -- GitLab