Move tooltip hosting from llscrolllistitem to llscrolllistcell
This commit is contained in:
@@ -476,7 +476,7 @@ void LLPanelNearByMedia::updateListItem(LLScrollListItem* item,
|
||||
{
|
||||
cell->setValue(name);
|
||||
}
|
||||
item->setToolTip(item_tooltip);
|
||||
cell->setToolTip(item_tooltip);
|
||||
|
||||
// *TODO: Make these font styles/colors configurable via XUI
|
||||
U8 font_style = LLFontGL::NORMAL;
|
||||
|
||||
Reference in New Issue
Block a user