From ae4c4a18a141435e9b13dc4b0b110b4f031b337d Mon Sep 17 00:00:00 2001 From: Dmitry Zaporozhan Date: Wed, 28 Oct 2009 17:49:32 +0200 Subject: Fixed normal bug EXT-1164 - FlatList isn't reshaped on filtering when accordion panels are collpased. --HG-- branch : product-engine --- indra/newview/llavatarlist.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'indra') 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) -- cgit v1.2.3