From dbbc71073979bccad6b2b05ebf914c5f9968b4e8 Mon Sep 17 00:00:00 2001 From: Mnikolenko Productengine <mnikolenko@productengine.com> Date: Thu, 13 Oct 2022 14:39:29 +0300 Subject: [PATCH] SL-18348 FIXED Include next/previous face doesn't work --- doc/contributions.txt | 1 + indra/newview/llviewermenu.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/contributions.txt b/doc/contributions.txt index 1408bab8cab..e7ac8795f9f 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 f76031953d1..6c06360636b 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 { -- GitLab