Skip to content
Snippets Groups Projects
Commit ae4c4a18 authored by Dmitry Zaporozhan's avatar Dmitry Zaporozhan
Browse files

Fixed normal bug EXT-1164 - FlatList isn't reshaped on filtering when...

Fixed normal bug EXT-1164 - FlatList isn't reshaped on filtering when accordion panels are collpased.

--HG--
branch : product-engine
parent 46ed828c
No related branches found
No related tags found
No related merge requests found
...@@ -98,10 +98,10 @@ void LLAvatarList::setShowIcons(std::string param_name) ...@@ -98,10 +98,10 @@ void LLAvatarList::setShowIcons(std::string param_name)
// virtual // virtual
void LLAvatarList::draw() void LLAvatarList::draw()
{ {
LLFlatListView::draw();
if (mDirty) if (mDirty)
refresh(); refresh();
LLFlatListView::draw();
} }
void LLAvatarList::setNameFilter(const std::string& filter) void LLAvatarList::setNameFilter(const std::string& filter)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment