diff options
author | Rider Linden <rider@lindenlab.com> | 2018-07-10 15:15:47 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-07-10 15:15:47 -0700 |
commit | 294793b9a983a0c26c0e82bd432d4cc311ecb1ba (patch) | |
tree | d0b2b384aef6589f1d375c4746a4b1a5b8547723 /indra/newview/llinventorybridge.cpp | |
parent | e7ed4b4584ca39194bd3202d3d74defd0f0421d0 (diff) |
MAINT-8821: Tighten up floater. Allow apply from gear menu.
Diffstat (limited to 'indra/newview/llinventorybridge.cpp')
-rw-r--r-- | indra/newview/llinventorybridge.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp index 44a9d0bff4..85e2974c1b 100644 --- a/indra/newview/llinventorybridge.cpp +++ b/indra/newview/llinventorybridge.cpp @@ -6926,7 +6926,7 @@ void LLSettingsBridge::performAction(LLInventoryModel* model, std::string action return; LLUUID asset_id = item->getAssetUUID(); - LLParcel *parcel = LLViewerParcelMgr::instance().getAgentParcel(); + LLParcel *parcel = LLViewerParcelMgr::instance().getAgentOrSelectedParcel(); if (!parcel) { LL_WARNS("INVENTORY") << "could not identify parcel." << LL_ENDL; |