Skip to content
Snippets Groups Projects
Commit 448fa2bc authored by Drake Arconis's avatar Drake Arconis
Browse files

ALCH-253 - Restore previous gesture deactivation behaviors

parent bc58369c
No related branches found
No related tags found
No related merge requests found
...@@ -1149,7 +1149,7 @@ void LLInventoryAction::doToSelected(LLInventoryModel* model, LLFolderView* root ...@@ -1149,7 +1149,7 @@ void LLInventoryAction::doToSelected(LLInventoryModel* model, LLFolderView* root
{ {
wear_multiple(ids, false); wear_multiple(ids, false);
} }
else if (isRemoveAction(action)) else if (isRemoveAction(action) && action != "deactivate")
{ {
LLAppearanceMgr::instance().removeItemsFromAvatar(ids); LLAppearanceMgr::instance().removeItemsFromAvatar(ids);
} }
......
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