]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Fix color role of tree view arrows
authorChristoph Feck <christoph@maxiom.de>
Thu, 25 Oct 2012 23:52:20 +0000 (01:52 +0200)
committerChristoph Feck <christoph@maxiom.de>
Thu, 25 Oct 2012 23:52:20 +0000 (01:52 +0200)
BUG: 307734
FIXED-IN: 4.9.3
REVIEW: 107031

src/kitemviews/kstandarditemlistwidget.cpp

index 72d10cf40e29059731e2338d2c8c699f54c21eaf..bdc2859c0c1361cb97ccfa1496c7809b6f32f1e1 100644 (file)
@@ -1222,6 +1222,7 @@ void KStandardItemListWidget::drawSiblingsInformation(QPainter* painter)
     QRect siblingRect(x, 0, siblingSize, siblingSize);
 
     QStyleOption option;
+    option.palette.setColor(QPalette::Text, option.palette.color(normalTextColorRole()));
     bool isItemSibling = true;
 
     const QBitArray siblings = siblingsInformation();