From 6a2353f08b48a3ca960404c95bbcc44b5557d9aa Mon Sep 17 00:00:00 2001 From: Inusaito Sayori Date: Fri, 26 Sep 2014 23:40:09 -0400 Subject: [PATCH] Feature Request: If only one prim in a linkset is selected, show its individual land impact, like we used to. --- indra/newview/llfloatertools.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/newview/llfloatertools.cpp b/indra/newview/llfloatertools.cpp index 5f27490cc..e621a2e40 100644 --- a/indra/newview/llfloatertools.cpp +++ b/indra/newview/llfloatertools.cpp @@ -547,6 +547,7 @@ void LLFloaterTools::refresh() std::string value_string; if ((prim_count == 1) && gSavedSettings.getBOOL("EditLinkedParts")) //Selecting a single prim in "Edit Linked" mode, show link number { + link_cost = LLSelectMgr::getInstance()->getSelection()->getSelectedObjectCost(); childSetTextArg("link_num_obj_count", "[DESC]", std::string("Link number:")); LLViewerObject* selected = LLSelectMgr::getInstance()->getSelection()->getFirstObject();