From 9a7a77e973c3359e8caec2d8bb12fe1483bac368 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 9 Dec 2011 16:53:46 +0100 Subject: [PATCH] Reloading is not necessary anymore on a settings change The new view-engine can adjust the properties with the existing items. --- src/views/dolphinview.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/dolphinview.cpp b/src/views/dolphinview.cpp index f2dcbaf85..2aa0525c9 100644 --- a/src/views/dolphinview.cpp +++ b/src/views/dolphinview.cpp @@ -447,7 +447,6 @@ void DolphinView::refresh() { m_container->refresh(); applyViewProperties(); - reload(); } void DolphinView::setNameFilter(const QString& nameFilter) -- 2.47.3