At least draw the hidden item... I'll fix this later
This commit is contained in:
@@ -1520,7 +1520,10 @@ void LLScrollListCtrl::drawItems()
|
|||||||
}
|
}
|
||||||
|
|
||||||
should_continue |= item->draw(pass, item_rect, fg_color, bg_color, highlight_color, mColumnPadding);
|
should_continue |= item->draw(pass, item_rect, fg_color, bg_color, highlight_color, mColumnPadding);
|
||||||
if (++line >= last_line) break; // Don't draw any more than needed.
|
if (++line > last_line)
|
||||||
|
{
|
||||||
|
break; // Don't draw any more than needed.
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
done = !should_continue;
|
done = !should_continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user