diff --git a/src/kits/interface/ListView.cpp b/src/kits/interface/ListView.cpp index cd12e3f1ca..59f9d40e9f 100644 --- a/src/kits/interface/ListView.cpp +++ b/src/kits/interface/ListView.cpp @@ -257,6 +257,9 @@ void BListView::FrameResized(float newWidth, float newHeight) { _FixupScrollBar(); + + // notify items of new width. + _FontChanged(); }