X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/6ee09d40e38edbb686d1df62d44239d687ba50a4..d6f393ff038e7c51d4a8a213ced4f312de7ab8bc:/src/dolphinview.cpp diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index 7339b8227..d145597ca 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -911,7 +911,7 @@ void DolphinView::applyCutItemEffect() void DolphinView::updateViewportColor() { - QColor color = KColorScheme(KColorScheme::View).background(); + QColor color = KColorScheme(QPalette::Active, KColorScheme::View).background().color(); if (m_active) { emit urlChanged(url()); // Hmm, this is a hack; the url hasn't really changed. emit selectionChanged(selectedItems());