mirror of
https://review.haiku-os.org/haiku
synced 2025-01-24 15:24:50 +01:00
ed6f171aa6
* 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().