From 220d0d522dd3aca740c4c2d0c1f91f277f2405fd Mon Sep 17 00:00:00 2001 From: Emmanuel Pescosta Date: Mon, 13 Aug 2012 18:40:43 +0200 Subject: Fix wrong text color in places and in folders panel. FIXED-IN: 4.9.1 REVIEW: 105832 BUG: 303133 --- src/panels/folders/folderspanel.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/panels/folders/folderspanel.cpp') diff --git a/src/panels/folders/folderspanel.cpp b/src/panels/folders/folderspanel.cpp index 78e437a41..0760200b6 100644 --- a/src/panels/folders/folderspanel.cpp +++ b/src/panels/folders/folderspanel.cpp @@ -22,6 +22,7 @@ #include "dolphin_folderspanelsettings.h" #include "dolphin_generalsettings.h" #include "treeviewcontextmenu.h" +#include "foldersitemlistwidget.h" #include #include @@ -120,6 +121,7 @@ void FoldersPanel::showEvent(QShowEvent* event) // This assures that no performance and memory overhead is given when the folders panel is not // used at all and stays invisible. KFileItemListView* view = new KFileItemListView(); + view->setWidgetCreator(new KItemListWidgetCreator()); view->setSupportsItemExpanding(true); // Set the opacity to 0 initially. The opacity will be increased after the loading of the initial tree // has been finished in slotLoadingCompleted(). This prevents an unnecessary animation-mess when -- cgit v1.3