diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-06-23 17:24:09 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-06-23 17:24:09 +0100 |
commit | 7c409076eee73335a5f0f8901fabc50405e1bac7 (patch) | |
tree | dad6042b2fe1cb41609f78ec927c45e6aadf5b0d /indra/llui/llflatlistview.h | |
parent | af914e4ab666aad041aa17f6459d1ff834440b44 (diff) | |
parent | 2583a4d6ea60aeefa1d21f578d6fbf1f2f68c72a (diff) |
merge from PE's viewer-release.
Diffstat (limited to 'indra/llui/llflatlistview.h')
-rw-r--r-- | indra/llui/llflatlistview.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llui/llflatlistview.h b/indra/llui/llflatlistview.h index f4e0426f15..0820a7ab67 100644 --- a/indra/llui/llflatlistview.h +++ b/indra/llui/llflatlistview.h @@ -105,6 +105,9 @@ public: /** don't allow to deselect all selected items (for mouse events on items only) */ Optional<bool> keep_one_selected; + /** try to keep selection visible after reshape */ + Optional<bool> keep_selection_visible_on_reshape; + /** padding between items */ Optional<U32> item_pad; @@ -412,6 +415,8 @@ private: bool mIsConsecutiveSelection; + bool mKeepSelectionVisibleOnReshape; + /** All pairs of the list */ pairs_list_t mItemPairs; |