]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinview.cpp
when changing the view mode if the preview is turned on, the directory must get reloa...
[dolphin.git] / src / dolphinview.cpp
index 5ef00d60a1c5dd8964591ec60659a067272e6edf..aec798d310d588446ae8a25ef55c66be921f7c2c 100644 (file)
@@ -222,7 +222,11 @@ void DolphinView::setMode(Mode mode)
     }
 
     emit modeChanged();
+    
     updateZoomLevel(oldZoomLevel);
+    if (m_showPreview) {
+        loadDirectory(viewPropsUrl);
+    }
 }
 
 DolphinView::Mode DolphinView::mode() const