]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Fix probably wrong alternative background color
authorPeter Penz <peter.penz19@gmail.com>
Tue, 17 Jan 2012 20:17:35 +0000 (21:17 +0100)
committerPeter Penz <peter.penz19@gmail.com>
Tue, 17 Jan 2012 22:45:23 +0000 (23:45 +0100)
Thanks to Nikita Skovoroda for the patch!

CCMAIL: chalkerx@gmail.com

src/kitemviews/kfileitemlistwidget.cpp

index 62a2383d4256603ed3cfb3814a51c4d9805bbf47..7e28c5d371ef02d59274c12e6b3a7e59ec507c5d 100644 (file)
@@ -79,6 +79,7 @@ void KFileItemListWidget::setLayout(Layout layout)
     if (m_layout != layout) {
         m_layout = layout;
         m_dirtyLayout = true;
+        updateAdditionalInfoTextColor();
         update();
     }
 }