Syncing up missing changes from release-candidate

master
Don Kjer 2007-05-03 00:30:29 +00:00
parent 1c909afe39
commit d09692bf1d
1 changed files with 1 additions and 2 deletions

View File

@ -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();