]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/klistview.cpp
don't pass a custom viewport URL to the context menu anymore, as this cannot work...
[dolphin.git] / 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