From 7fd22d39bd2bd3f607ddcd927f894cd9b52e97c7 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 27 Sep 2007 14:26:08 +0000 Subject: [PATCH] assure that the decoration gets selected in the details-view even if the style has not enabled this per default svn path=/trunk/KDE/kdebase/apps/; revision=717770 --- src/dolphindetailsview.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dolphindetailsview.cpp b/src/dolphindetailsview.cpp index 0bad0b0c9..b4f42cf50 100644 --- a/src/dolphindetailsview.cpp +++ b/src/dolphindetailsview.cpp @@ -106,6 +106,7 @@ DolphinDetailsView::DolphinDetailsView(QWidget* parent, DolphinController* contr font.setItalic(settings->italicFont()); font.setBold(settings->boldFont()); m_viewOptions.font = font; + m_viewOptions.showDecorationSelected = true; updateDecorationSize(); } -- 2.47.3