Feature Request: If only one prim in a linkset is selected, show its individual land impact, like we used to.
This commit is contained in:
@@ -547,6 +547,7 @@ void LLFloaterTools::refresh()
|
|||||||
std::string value_string;
|
std::string value_string;
|
||||||
if ((prim_count == 1) && gSavedSettings.getBOOL("EditLinkedParts")) //Selecting a single prim in "Edit Linked" mode, show link number
|
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:"));
|
childSetTextArg("link_num_obj_count", "[DESC]", std::string("Link number:"));
|
||||||
|
|
||||||
LLViewerObject* selected = LLSelectMgr::getInstance()->getSelection()->getFirstObject();
|
LLViewerObject* selected = LLSelectMgr::getInstance()->getSelection()->getFirstObject();
|
||||||
|
|||||||
Reference in New Issue
Block a user