]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/dolphinview.cpp
Fix DolphinView regression in 4.6: Keep renamed items visible
[dolphin.git] / src / views / dolphinview.cpp
index 6108c9d4a105475fe9b50c0831a8175543d12edf..1df86439c7329fbaecd0f95ae9e6f32967a3885d 100644 (file)
@@ -609,6 +609,10 @@ void DolphinView::renameSelectedItems()
         dialog->raise();
         dialog->activateWindow();
     }
+
+    // assure that the current index remains visible when KDirLister
+    // will notify the view about changed items
+    m_assureVisibleCurrentIndex = true;
 }
 
 void DolphinView::trashSelectedItems()