]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/dolphinview.cpp
move focus to another view upon drop
[dolphin.git] / src / views / dolphinview.cpp
index 6fadaa85c58f7777d19f64f2beebfcb77826875e..9a4b8633efc0ff03e097357facd0eff75179ae45 100644 (file)
@@ -1041,6 +1041,8 @@ void DolphinView::slotItemDropEvent(int index, QGraphicsSceneDragDropEvent* even
         m_clearSelectionBeforeSelectingNewItems = true;
         connect(op, SIGNAL(urlPasted(KUrl)), this, SLOT(slotUrlPasted(KUrl)));
     }
+
+    setActive(true);
 }
 
 void DolphinView::slotModelChanged(KItemModelBase* current, KItemModelBase* previous)