From d09692bf1d1e68c5c078647e46a19d02b9a72e5d Mon Sep 17 00:00:00 2001 From: Don Kjer Date: Thu, 3 May 2007 00:30:29 +0000 Subject: Syncing up missing changes from release-candidate --- indra/llui/llscrolllistctrl.cpp | 3 +-- 1 file changed, 1 insertion(+), 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(); -- cgit v1.2.3