diff options
author | Kelly Washington <kelly@lindenlab.com> | 2012-06-25 13:41:53 -0700 |
---|---|---|
committer | Kelly Washington <kelly@lindenlab.com> | 2012-06-25 13:41:53 -0700 |
commit | 0ee53b21d2a7bf2cd37c7bcdc2a86e0f079fbefc (patch) | |
tree | 6ea0a8123b3d26d52f22e2a5b9357943cf88e2cd /indra/llui/llscrolllistctrl.cpp | |
parent | 90547ff411db177bf6424ca553449a81a808fc0f (diff) |
MAINT-30 Estate access lists for groups and residents are blank when "Allow public access" is checked.
MAINT-1200 Resident names not sorted in About Land (or Estate management) floater's allowed/banned boxes
reviewed with Simon
Diffstat (limited to 'indra/llui/llscrolllistctrl.cpp')
-rw-r--r-- | indra/llui/llscrolllistctrl.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llui/llscrolllistctrl.cpp b/indra/llui/llscrolllistctrl.cpp index b3e1b63db5..82a914a30a 100644 --- a/indra/llui/llscrolllistctrl.cpp +++ b/indra/llui/llscrolllistctrl.cpp @@ -2704,6 +2704,11 @@ BOOL LLScrollListCtrl::hasSortOrder() const return !mSortColumns.empty(); } +void LLScrollListCtrl::clearSortOrder() +{ + mSortColumns.clear(); +} + void LLScrollListCtrl::clearColumns() { column_map_t::iterator itor; |