]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/kitemviews/kitemlistcontroller.cpp
Make sure that widgets are initialized when changing the view mode
[dolphin.git] / src / kitemviews / kitemlistcontroller.cpp
index c8c0fc5f1ba3ddd4fec2982ae82a2013aad0cca3..4629b29f1b3a13f30e1a1ef731a786a0b6a73607 100644 (file)
@@ -869,6 +869,8 @@ bool KItemListController::dragMoveEvent(QGraphicsSceneDragDropEvent* event, cons
                 emit itemUnhovered(index);
             }
         }
+    } else {
+        m_view->hideDropIndicator();
     }
 
     return false;