diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/llui/llscrolllistctrl.cpp | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/indra/llui/llscrolllistctrl.cpp b/indra/llui/llscrolllistctrl.cpp index 146052538a..94d5d7ae75 100644 --- a/indra/llui/llscrolllistctrl.cpp +++ b/indra/llui/llscrolllistctrl.cpp @@ -966,7 +966,6 @@ void LLScrollListCtrl::highlightNthItem(S32 target_index)  	if (mHighlightedItem != target_index)  	{  		mHighlightedItem = target_index; -		llinfos << "Highlighting item " << target_index << llendl;  	}  } @@ -2089,7 +2088,7 @@ void LLScrollListCtrl::deselectItem(LLScrollListItem* itemp)  void LLScrollListCtrl::commitIfChanged()  { -	if (mSelectionChanged && !hasMouseCapture()) +	if (mSelectionChanged)  	{  		mSelectionChanged = FALSE;  		onCommit(); | 
