summaryrefslogtreecommitdiff
path: root/indra/llui/llflatlistview.h
diff options
context:
space:
mode:
authorEugene Mutavchi <emutavchi@productengine.com>2010-05-05 14:23:22 +0300
committerEugene Mutavchi <emutavchi@productengine.com>2010-05-05 14:23:22 +0300
commit582f6502ff755d3c86c1daa854425e29ae2654ba (patch)
treee74b89318e57e30caf1e0e6b96cf468c98e8ec9e /indra/llui/llflatlistview.h
parent815b350b6d596e5f24f6cae74f85c7e85e9b8eb3 (diff)
Related to low EXT-6823 (Implement a possibility to select several residents by "Shift" button) - fix improved to keep order of multiple selection and to reset the inconsecutive selection.
Reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/238/ --HG-- branch : product-engine
Diffstat (limited to 'indra/llui/llflatlistview.h')
-rw-r--r--indra/llui/llflatlistview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llflatlistview.h b/indra/llui/llflatlistview.h
index 6395805aab..f4e0426f15 100644
--- a/indra/llui/llflatlistview.h
+++ b/indra/llui/llflatlistview.h
@@ -410,6 +410,8 @@ private:
bool mKeepOneItemSelected;
+ bool mIsConsecutiveSelection;
+
/** All pairs of the list */
pairs_list_t mItemPairs;