MAINT-5347 FIXED Set Landmark title field as the name of the region with coordinates, if the name of parcel is blank.
parent
c7328a348f
commit
f2c82b096b
|
|
@ -147,6 +147,7 @@ void LLPanelLandmarkInfo::setInfoType(EInfoType type)
|
|||
}
|
||||
else
|
||||
{
|
||||
LLAgentUI::buildLocationString(desc, LLAgentUI::LOCATION_FORMAT_NORMAL, agent_pos);
|
||||
region_name = desc;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue