X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/f9f4dbf005f63d9e1d14acbe21beab6e0fc26b36..15f50df9f6944bee79d5f81c8ccfc7bc206d9d99:/src/klistview.cpp diff --git a/src/klistview.cpp b/src/klistview.cpp index 553c4e400..fff694e35 100644 --- a/src/klistview.cpp +++ b/src/klistview.cpp @@ -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