From: Peter Penz Date: Sun, 30 Nov 2008 17:13:16 +0000 (+0000) Subject: fixed issue that the text width gets very small when turning on previews in the colum... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/8dc7983f8a56ea1e27e506ad3bd8ad1c6ed2688b fixed issue that the text width gets very small when turning on previews in the columns arrangement BUG: 174801 svn path=/trunk/KDE/kdebase/apps/; revision=890925 --- diff --git a/src/dolphiniconsview.cpp b/src/dolphiniconsview.cpp index 52be40b02..6a54bd5c3 100644 --- a/src/dolphiniconsview.cpp +++ b/src/dolphiniconsview.cpp @@ -152,7 +152,7 @@ void DolphinIconsView::dataChanged(const QModelIndex& topLeft, const QModelIndex KCategorizedView::dataChanged(topLeft, bottomRight); KCategorizedSortFilterProxyModel* proxyModel = dynamic_cast(model()); - if ((flow() == QListView::LeftToRight) && !proxyModel->isCategorizedModel()) { + if (!proxyModel->isCategorizedModel()) { // bypass a QListView issue that items are not layout correctly if the decoration size of // an index changes scheduleDelayedItemsLayout();