]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinviewcontainer.cpp
Avoid implicitly selecting items
[dolphin.git] / src / dolphinviewcontainer.cpp
index ef58abee0eef3f7dff7f5e267bfe4c9b901d6076..6eff70f9becf79b5d3ca364c41623f9eaceb989d 100644 (file)
@@ -868,7 +868,8 @@ void DolphinViewContainer::slotUrlNavigatorLocationChanged(const QUrl &url)
 
 void DolphinViewContainer::slotUrlSelectionRequested(const QUrl &url)
 {
-    m_view->markUrlsAsSelected({url});
+    // We do not want to select any item here because there is no reason to assume that the user wants to edit the folder we are emerging from. BUG: 424723
+
     m_view->markUrlAsCurrent(url); // makes the item scroll into view
 }