scroll-list column headers now work on single-click. Also improved focus handling for scroll-lists.

This commit is contained in:
Shyotl
2012-03-05 18:30:36 -06:00
parent d54c86e1df
commit 55e589375f
4 changed files with 31 additions and 3 deletions

View File

@@ -747,10 +747,10 @@ void LLComboBox::onButtonDown(void *userdata)
self->setFocus( TRUE );
// pass mouse capture on to list if button is depressed
if (self->mButton->hasMouseCapture())
/*if (self->mButton->hasMouseCapture())
{
gFocusMgr.setMouseCapture(self->mList);
}
}*/
}
else
{