diff --git a/indra/newview/llfloatertools.cpp b/indra/newview/llfloatertools.cpp index d26944595..5f27490cc 100644 --- a/indra/newview/llfloatertools.cpp +++ b/indra/newview/llfloatertools.cpp @@ -560,7 +560,7 @@ void LLFloaterTools::refresh() else { children.push_front(selected->getRootEdit()); // need root in the list too - S32 index = 0; + S32 index = 1; for (LLViewerObject::child_list_t::iterator iter = children.begin(); iter != children.end(); ++iter, ++index) { if ((*iter)->isSelected())