]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/klistview.cpp
Allow to sort by rating, which can be quite useful in combination with the "Show...
[dolphin.git] / src / klistview.cpp
index fff694e35e5a33a87f58897fd8717926e4bdc86d..0c65b9141f4409f471dcfa89f9f8ba9687d6b36c 100644 (file)
@@ -818,6 +818,13 @@ void KListView::leaveEvent(QEvent *event)
     viewport()->update();
 }
 
+void KListView::startDrag(Qt::DropActions supportedActions)
+{
+    d->mouseButtonPressed = false;
+
+    QListView::startDrag(supportedActions);
+}
+
 void KListView::rowsInserted(const QModelIndex &parent,
                              int start,
                              int end)