diff --git a/indra/newview/llfloatertools.cpp b/indra/newview/llfloatertools.cpp index b7147404b..aec33c078 100644 --- a/indra/newview/llfloatertools.cpp +++ b/indra/newview/llfloatertools.cpp @@ -600,12 +600,12 @@ void LLFloaterTools::refresh() S32 index = 1; for (const auto& child : children) { - ++index; if (child->isSelected()) { LLResMgr::getInstance()->getIntegerString(value_string, index); break; } + ++index; } } }