]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Fix the problem "the scrollbar remains if it was shown on the
authorRafael Fernández López <ereslibre@kde.org>
Tue, 19 Jun 2007 18:59:13 +0000 (18:59 +0000)
committerRafael Fernández López <ereslibre@kde.org>
Tue, 19 Jun 2007 18:59:13 +0000 (18:59 +0000)
categorized view, and now it has been disabled (the categorized
view)"

svn path=/trunk/KDE/kdebase/apps/; revision=677706

src/klistview.cpp

index 553c4e400c3e31f99e3474f6115c869b4ebadb2d..fff694e35e5a33a87f58897fd8717926e4bdc86d 100644 (file)
@@ -486,6 +486,10 @@ void KListView::setItemCategorizer(KItemCategorizer *itemCategorizer)
     {
         rowsInserted(QModelIndex(), 0, d->proxyModel->rowCount() - 1);
     }
+    else
+    {
+        updateGeometries();
+    }
 }
 
 QModelIndex KListView::indexAt(const QPoint &point) const