diff options
| author | Peter Penz <[email protected]> | 2007-09-27 14:26:08 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-09-27 14:26:08 +0000 |
| commit | 7fd22d39bd2bd3f607ddcd927f894cd9b52e97c7 (patch) | |
| tree | c184fd16de15cd43ed24e8412f8abc8c2fde107b /src/dolphindetailsview.cpp | |
| parent | 03639796e5584ac5e88fc9ecd4830080f12fcca1 (diff) | |
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
Diffstat (limited to 'src/dolphindetailsview.cpp')
| -rw-r--r-- | src/dolphindetailsview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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(); } |
