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

Added comment

--HG--
branch : product-engine
parent ae4c4a18
No related branches found
No related tags found
No related merge requests found
...@@ -98,6 +98,9 @@ void LLAvatarList::setShowIcons(std::string param_name) ...@@ -98,6 +98,9 @@ void LLAvatarList::setShowIcons(std::string param_name)
// virtual // virtual
void LLAvatarList::draw() void LLAvatarList::draw()
{ {
// *NOTE dzaporozhan
// Call refresh() after draw() to avoid flickering of avatar list items.
LLFlatListView::draw(); LLFlatListView::draw();
if (mDirty) if (mDirty)
......
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