diff options
author | James Cook <james@lindenlab.com> | 2009-10-06 21:50:48 +0000 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-10-06 21:50:48 +0000 |
commit | 480782015565d29cebf4bffe1992462fc7cb8920 (patch) | |
tree | 0fbc0e0d5e89969c50348082faa99fcbdfc4b53a /indra/newview/llselectmgr.h | |
parent | 29ca0f064d56d957839aa05d94786b0c2d5ad5e5 (diff) |
EXT-1144 Unable to pay objects. LLFloaterPay was not taking object selection handle properly. Made LLFloaterPay::payViaObject() take a selection handle as a parameter, got rid of mTargetIsObject and cleaned up selection handle on close. Reviewed with Leyla.
Diffstat (limited to 'indra/newview/llselectmgr.h')
-rw-r--r-- | indra/newview/llselectmgr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llselectmgr.h b/indra/newview/llselectmgr.h index 26ac95060f..c60d37a999 100644 --- a/indra/newview/llselectmgr.h +++ b/indra/newview/llselectmgr.h @@ -273,6 +273,8 @@ public: LLViewerObject* getFirstCopyableObject(BOOL get_parent = FALSE); LLViewerObject* getFirstDeleteableObject(); LLViewerObject* getFirstMoveableObject(BOOL get_parent = FALSE); + + /// Return the object that lead to this selection, possible a child LLViewerObject* getPrimaryObject() { return mPrimaryObject; } // iterate through texture entries |