diff options
author | Cho <cho@lindenlab.com> | 2013-02-01 18:54:15 +0000 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2013-02-01 18:54:15 +0000 |
commit | 56b158e486f97f26c87ac37923f5dfbc2cc7548a (patch) | |
tree | f29399d0d297573d5560a496ae1367436815656b /indra/newview/llavatarlist.h | |
parent | 97930c72b6f869e9bb47cda7d9ecfccf1a25a3fa (diff) |
CHUI-675 FIX You can select multiple users in people floater but can only drag and drop one name to conversation
Moved drag and drop start in LLAvatarListItem instead of LLAvatarList, and made LLFloaterIMSession handle multiple dropped participants correctly
Diffstat (limited to 'indra/newview/llavatarlist.h')
-rw-r--r-- | indra/newview/llavatarlist.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llavatarlist.h b/indra/newview/llavatarlist.h index 4814a88a79..3542577ae3 100644 --- a/indra/newview/llavatarlist.h +++ b/indra/newview/llavatarlist.h @@ -84,6 +84,9 @@ public: bool getIconsVisible() const { return mShowIcons; } const std::string getIconParamName() const{return mIconParamName;} virtual BOOL handleRightMouseDown(S32 x, S32 y, MASK mask); + /*virtual*/ BOOL handleMouseDown( S32 x, S32 y, MASK mask ); + /*virtual*/ BOOL handleMouseUp(S32 x, S32 y, MASK mask); + /*virtual*/ BOOL handleHover(S32 x, S32 y, MASK mask); // Return true if filter has at least one match. bool filterHasMatches(); |