diff options
author | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2009-10-28 17:49:32 +0200 |
---|---|---|
committer | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2009-10-28 17:49:32 +0200 |
commit | ae4c4a18a141435e9b13dc4b0b110b4f031b337d (patch) | |
tree | a570959ef56f456d89ac574d8748f11b83b8fa84 /indra | |
parent | 46ed828c8dc40cb0b4ac0981a0dc706e3c2438d9 (diff) |
Fixed normal bug EXT-1164 - FlatList isn't reshaped on filtering when accordion panels are collpased.
--HG--
branch : product-engine
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llavatarlist.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llavatarlist.cpp b/indra/newview/llavatarlist.cpp index 1d07caee53..0fc613abec 100644 --- a/indra/newview/llavatarlist.cpp +++ b/indra/newview/llavatarlist.cpp @@ -98,10 +98,10 @@ void LLAvatarList::setShowIcons(std::string param_name) // virtual void LLAvatarList::draw() { + LLFlatListView::draw(); + if (mDirty) refresh(); - - LLFlatListView::draw(); } void LLAvatarList::setNameFilter(const std::string& filter) |