diff options
| author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-06-06 12:47:51 +0300 |
|---|---|---|
| committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-06-06 12:47:51 +0300 |
| commit | 81f4da646800e2a1b7218397290183144f6aed92 (patch) | |
| tree | 6072c793f9e6ee662236e8130e2bfa4dcccd4848 /indra/llui/llscrolllistctrl.h | |
| parent | 045eebbccd7bb49021ddd17bdfb6967e2812d749 (diff) | |
MAINT-7447 FIXED Selecting a group ability refreshes the list and deselects your choice
Diffstat (limited to 'indra/llui/llscrolllistctrl.h')
| -rw-r--r-- | indra/llui/llscrolllistctrl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llscrolllistctrl.h b/indra/llui/llscrolllistctrl.h index 8343750a54..699a8744e1 100644 --- a/indra/llui/llscrolllistctrl.h +++ b/indra/llui/llscrolllistctrl.h @@ -201,6 +201,8 @@ public: virtual BOOL isSelected(const LLSD& value) const; + BOOL hasSelectedItem() const; + BOOL handleClick(S32 x, S32 y, MASK mask); BOOL selectFirstItem(); BOOL selectNthItem( S32 index ); |
