]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinview.cpp
restore sorting functionality in a generic way which also works for the column view
[dolphin.git] / src / dolphinview.cpp
index c19b52fbc210579622c5c55bdf421afd3e52d7bc..bae7c40f9c4177caa59848a5bc96098805d69be6 100644 (file)
@@ -753,8 +753,6 @@ void DolphinView::setShowPreview(bool show)
     // As the view does not emit a signal when the icon size has been changed,
     // the used zoom level of the controller must be adjusted manually:
     updateZoomLevel(oldZoomLevel);
-
-    loadDirectory(viewPropsUrl);
 }
 
 void DolphinView::setShowHiddenFiles(bool show)
@@ -769,8 +767,6 @@ void DolphinView::setShowHiddenFiles(bool show)
 
     m_viewAccessor.dirLister()->setShowingDotFiles(show);
     emit showHiddenFilesChanged();
-
-    loadDirectory(viewPropsUrl);
 }
 
 void DolphinView::setCategorizedSorting(bool categorized)