From kde-commits Mon Jan 21 19:23:28 2008 From: Andre Moreira Magalhaes Date: Mon, 21 Jan 2008 19:23:28 +0000 To: kde-commits Subject: KDE/kdelibs/kfile Message-Id: <1200943408.391629.8368.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=120094351601834 SVN commit 764433 by andrunko: Make sure the item size is computed when a new row is inserted. M +2 -0 kfileplacesview.cpp --- trunk/KDE/kdelibs/kfile/kfileplacesview.cpp #764432:764433 @@ -482,6 +482,8 @@ delegate->setAppearingItemProgress(0.0); d->itemAppearTimeline.start(); } + + d->adaptItemSize(); } QSize KFilePlacesView::sizeHint() const