]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphincolumnwidget.cpp
So I guess that is the behaviour that we really want :)
[dolphin.git] / src / dolphincolumnwidget.cpp
index 9a500df6b379f234e198256c97aebaf4a24e1cc1..75d83bd0f9e7dd3278ea3c07e5f0a8e34575b26c 100644 (file)
@@ -247,6 +247,11 @@ void DolphinColumnWidget::dragMoveEvent(QDragMoveEvent* event)
         }
     }
     setDirtyRegion(m_dropRect);
+
+    if (event->mimeData()->hasUrls()) {
+        // accept url drops, independently from the destination item
+        event->acceptProposedAction();
+    }
 }
 
 void DolphinColumnWidget::dropEvent(QDropEvent* event)