diff options
author | Igor Borovkov <iborovkov@productengine.com> | 2010-03-23 16:13:59 +0200 |
---|---|---|
committer | Igor Borovkov <iborovkov@productengine.com> | 2010-03-23 16:13:59 +0200 |
commit | 60d680f2eb92e5dbf2ba287f7e4e2e36e1d024e9 (patch) | |
tree | 7afcec90bc0c7881f97567799dc02beb25d80269 /indra/llui/llflatlistview.h | |
parent | eb119c2268798b4c64fb437806199ee7ae509217 (diff) |
fixed EXT-4753 Just arrived avatars aren't sorted by name in VCP
added requesting a list to resort when avatar list item gets updated with avatar name from the name cache
--HG--
branch : product-engine
Diffstat (limited to 'indra/llui/llflatlistview.h')
-rw-r--r-- | indra/llui/llflatlistview.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/llui/llflatlistview.h b/indra/llui/llflatlistview.h index 92cb40332e..5a1ddc2c59 100644 --- a/indra/llui/llflatlistview.h +++ b/indra/llui/llflatlistview.h @@ -379,11 +379,14 @@ private: void setNoItemsCommentVisible(bool visible) const; -private: +protected: /** Comparator to use when sorting the list. */ const ItemComparator* mItemComparator; + +private: + LLPanel* mItemsPanel; S32 mItemsNoScrollWidth; |