┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2012-01-17 21:17:35 +0100
committerPeter Penz <[email protected]>2012-01-17 21:19:34 +0100
commit8b8091f27569c69001d76cc0276b0724843928fe (patch)
tree45be8b33d9c75c009fb49329e0eafb5f586ab6e7 /src
parent7f718123b292d371b700184c35ad5a2e5b364ca3 (diff)
Fix probably wrong alternative background color
Thanks to Nikita Skovoroda for the patch! CCMAIL: [email protected]
Diffstat (limited to 'src')
-rw-r--r--src/kitemviews/kfileitemlistwidget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kitemviews/kfileitemlistwidget.cpp b/src/kitemviews/kfileitemlistwidget.cpp
index 62a2383d4..7e28c5d37 100644
--- a/src/kitemviews/kfileitemlistwidget.cpp
+++ b/src/kitemviews/kfileitemlistwidget.cpp
@@ -79,6 +79,7 @@ void KFileItemListWidget::setLayout(Layout layout)
if (m_layout != layout) {
m_layout = layout;
m_dirtyLayout = true;
+ updateAdditionalInfoTextColor();
update();
}
}