From 15ebfc7329234857379d68d030e5b33d6fdbc3d2 Mon Sep 17 00:00:00 2001 From: Frank Reininghaus Date: Wed, 31 Aug 2011 12:17:08 +0200 Subject: [PATCH] Items are expandable in the Details View. --- src/views/dolphinview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/dolphinview.cpp b/src/views/dolphinview.cpp index 678111eca..448bd9daa 100644 --- a/src/views/dolphinview.cpp +++ b/src/views/dolphinview.cpp @@ -863,7 +863,7 @@ bool DolphinView::isTabsForFilesEnabled() const bool DolphinView::itemsExpandable() const { - return false; //m_viewAccessor.itemsExpandable(); + return m_mode == DetailsView; } void DolphinView::restoreState(QDataStream& stream) -- 2.47.3