X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/402b4a5698f3d12d1848b298c38828d509abfd0d..8e55f2c2409fd6ca9ebc66a6568f4d3bcbef7576:/src/views/dolphinview.cpp diff --git a/src/views/dolphinview.cpp b/src/views/dolphinview.cpp index 56867dd13..f235efffe 100644 --- a/src/views/dolphinview.cpp +++ b/src/views/dolphinview.cpp @@ -286,7 +286,7 @@ DolphinView::Mode DolphinView::viewMode() const void DolphinView::setSelectionMode(const bool enabled) { if (enabled) { - m_proxyStyle = std::make_unique(); + m_proxyStyle = std::make_unique(); setStyle(m_proxyStyle.get()); m_view->setStyle(m_proxyStyle.get()); } else {