summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorDon Kjer <don@lindenlab.com>2007-05-03 00:30:29 +0000
committerDon Kjer <don@lindenlab.com>2007-05-03 00:30:29 +0000
commitd09692bf1d1e68c5c078647e46a19d02b9a72e5d (patch)
tree2d33b611188a9404d00d0a863ad7a0fae79e3cbe /indra/llui
parent1c909afe3998778e4cc045c9ab733e8afbf7c25b (diff)
Syncing up missing changes from release-candidate
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/llscrolllistctrl.cpp3
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();