summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdoc/contributions.txt1
-rw-r--r--indra/newview/llviewermenu.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/contributions.txt b/doc/contributions.txt
index 1408bab8ca..e7ac8795f9 100755
--- a/doc/contributions.txt
+++ b/doc/contributions.txt
@@ -1648,6 +1648,7 @@ Zi Ree
VWR-25588
STORM-1790
STORM-1842
+ SL-18348
Zipherius Turas
VWR-76
VWR-77
diff --git a/indra/newview/llviewermenu.cpp b/indra/newview/llviewermenu.cpp
index f76031953d..6c06360636 100644
--- a/indra/newview/llviewermenu.cpp
+++ b/indra/newview/llviewermenu.cpp
@@ -5613,6 +5613,7 @@ class LLToolsSelectNextPartFace : public view_listener_t
}
}
LLSelectMgr::getInstance()->selectObjectOnly(to_select, new_te);
+ LLSelectMgr::getInstance()->addAsIndividual(to_select, new_te, false);
}
else
{