When the mouse leaves a scroll list, don't leave the mouse-over highlight shown
This commit is contained in:
@@ -1922,6 +1922,11 @@ BOOL LLScrollListCtrl::handleHover(S32 x,S32 y,MASK mask)
|
||||
return handled;
|
||||
}
|
||||
|
||||
void LLScrollListCtrl::onMouseLeave(S32 x, S32 y, MASK mask)
|
||||
{
|
||||
// clear mouse highlight
|
||||
mouseOverHighlightNthItem(-1);
|
||||
}
|
||||
|
||||
BOOL LLScrollListCtrl::handleKeyHere(KEY key,MASK mask )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user