Allow tooltips for any scrolllist cell

Finally the radar activity icons have working tooltips to explain their meanings
This probably won't do anything until Params are plugged in, though.
This commit is contained in:
Lirusaito
2013-07-16 06:58:17 -04:00
parent 7113916d74
commit 67970ab2db

View File

@@ -1594,7 +1594,7 @@ BOOL LLScrollListCtrl::handleToolTip(S32 x, S32 y, std::string& msg, LLRect* sti
LLScrollListCell* hit_cell = hit_item->getColumn(column_index);
if (!hit_cell) return FALSE;
if (hit_cell
&& hit_cell->isText()
//&& hit_cell->isText() // Singu Note: We welcome tooltips on any kind of cell
&& hit_cell->needsToolTip())
{
S32 row_index = getItemIndex(hit_item);