Skip to content
Snippets Groups Projects
Commit 2051d135 authored by Kitty Barnett's avatar Kitty Barnett
Browse files

[FIXED] CATZ-427: Touch/Edit context menu options on the Wearing panel are...

[FIXED] CATZ-427: Touch/Edit context menu options on the Wearing panel are missing for temporary attachments

--HG--
branch : RLVa
parent 0a02abd0
No related branches found
No related tags found
No related merge requests found
...@@ -150,7 +150,7 @@ protected: ...@@ -150,7 +150,7 @@ protected:
attachments_selected = true; attachments_selected = true;
} }
// [RLVa:KB] - Checked: 2012-07-28 (RLVa-1.4.7) // [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++; rlv_locked_count++;
} }
......
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