diff options
| author | Leyla Farazha <leyla@lindenlab.com> | 2011-07-05 15:16:06 -0700 | 
|---|---|---|
| committer | Leyla Farazha <leyla@lindenlab.com> | 2011-07-05 15:16:06 -0700 | 
| commit | f0e853d5d6de793137e8ee67760f7fa6ddde952e (patch) | |
| tree | 0a67798d66ab5e14fc272a695cfc0e5125ca224a | |
| parent | 610c788dd5bbaf886ff5d66b0687d8e8b2a371b7 (diff) | |
updating code comment for EXP-981
| -rw-r--r-- | indra/newview/llfolderview.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llfolderview.cpp b/indra/newview/llfolderview.cpp index 20d948de70..8fd69304ad 100644 --- a/indra/newview/llfolderview.cpp +++ b/indra/newview/llfolderview.cpp @@ -2173,7 +2173,7 @@ void LLFolderView::doIdle()  	// filter to determine visiblity before arranging  	filterFromRoot(); -	// automatically show matching items, and select first one +	// automatically show matching items, and select first one if we had a selection  	// do this every frame until user puts keyboard focus into the inventory window  	// signaling the end of the automatic update  	// only do this when mNeedsFilter is set, meaning filtered items have | 
