]> cloud.milkyroute.net Git - dolphin.git/commitdiff
workaround no longer needed
authorRafael Fernández López <ereslibre@kde.org>
Fri, 7 Dec 2007 15:39:49 +0000 (15:39 +0000)
committerRafael Fernández López <ereslibre@kde.org>
Fri, 7 Dec 2007 15:39:49 +0000 (15:39 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=746029

src/kcategorizedview.cpp

index 8d1f93d5b2ae48a3f4aeb07328c1ec12fb2ce3a8..c062b12b3212cd3e78de39c7d134f2209304ba2e 100644 (file)
@@ -695,9 +695,6 @@ void KCategorizedView::paintEvent(QPaintEvent *event)
     }
 
     QStyleOptionViewItemV3 option = viewOptions();
-    option.palette = palette(); // viewOptions() doesn't seem to return the correct palette
-                                // if the app was already running and the color scheme was changed
-                                // (ereslibre)
     option.widget = this;
     if (wordWrap())
     {