mirror of
https://review.haiku-os.org/haiku
synced 2025-01-27 00:34:50 +01:00
bdd7ba66b5
* Seems like there was no easy way to simply invalidate a given BRow. Introduced BColumnListView::InvalidateRow(). * BRow::SetField() tried to invalidate the row, but invalidated the listview instead of the BOutlineView responsible for drawing the list contents. Use the new InvaalidateRow().