From 2051d135cd3fe328d603e23ce669c7f76fff3fdb Mon Sep 17 00:00:00 2001
From: Kitty Barnett <develop@catznip.com>
Date: Tue, 8 May 2018 18:15:32 +0200
Subject: [PATCH] [FIXED] CATZ-427: Touch/Edit context menu options on the
 Wearing panel are missing for temporary attachments

--HG--
branch : RLVa
---
 indra/newview/llpanelwearing.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/llpanelwearing.cpp b/indra/newview/llpanelwearing.cpp
index c479a8b886..4fc161e5e1 100644
--- a/indra/newview/llpanelwearing.cpp
+++ b/indra/newview/llpanelwearing.cpp
@@ -150,7 +150,7 @@ protected:
 				attachments_selected = true;
 			}
 // [RLVa:KB] - Checked: 2012-07-28 (RLVa-1.4.7)
-			if ( (rlv_handler_t::isEnabled()) && (!rlvPredCanRemoveItem(item)) )
+			if ( (rlv_handler_t::isEnabled()) && (!rlvPredCanRemoveItem(*it)) )
 			{
 				rlv_locked_count++;
 			}
-- 
GitLab