Feature Request: Autoselect the parcel you are on for about land floater when there's no active parcel selection.
This commit is contained in:
@@ -257,6 +257,8 @@ LLFloaterLand::~LLFloaterLand()
|
||||
// public
|
||||
void LLFloaterLand::refresh()
|
||||
{
|
||||
if (LLViewerParcelMgr::getInstance()->selectionEmpty())
|
||||
LLViewerParcelMgr::getInstance()->selectParcelAt(gAgent.getPositionGlobal());
|
||||
mPanelGeneral->refresh();
|
||||
mPanelObjects->refresh();
|
||||
mPanelOptions->refresh();
|
||||
|
||||
Reference in New Issue
Block a user