diff options
| author | Peter Penz <[email protected]> | 2011-12-09 16:53:46 +0100 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-12-09 16:54:56 +0100 |
| commit | 9a7a77e973c3359e8caec2d8bb12fe1483bac368 (patch) | |
| tree | ebf474b17d3579fc4068af8dd227880a2c2fe1f3 | |
| parent | a237e085fc976147858161e6c25b33a825f73eeb (diff) | |
Reloading is not necessary anymore on a settings change
The new view-engine can adjust the properties with the existing items.
| -rw-r--r-- | src/views/dolphinview.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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) |
