diff options
| author | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2009-10-28 17:55:24 +0200 | 
|---|---|---|
| committer | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2009-10-28 17:55:24 +0200 | 
| commit | e2a15bc7b8ce60cf2a62aae621184eb26560a9a3 (patch) | |
| tree | bf4a7f28cfee292ccb84a8ec77cf17eee8149051 | |
| parent | ae4c4a18a141435e9b13dc4b0b110b4f031b337d (diff) | |
Added comment
--HG--
branch : product-engine
| -rw-r--r-- | indra/newview/llavatarlist.cpp | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/indra/newview/llavatarlist.cpp b/indra/newview/llavatarlist.cpp index 0fc613abec..e93d0dfa50 100644 --- a/indra/newview/llavatarlist.cpp +++ b/indra/newview/llavatarlist.cpp @@ -98,6 +98,9 @@ void LLAvatarList::setShowIcons(std::string param_name)  // virtual  void LLAvatarList::draw()  { +	// *NOTE dzaporozhan +	// Call refresh() after draw() to avoid flickering of avatar list items. +  	LLFlatListView::draw();  	if (mDirty) | 
