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