diff options
| author | Peter Penz <[email protected]> | 2011-12-27 15:50:02 +0100 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-12-27 15:53:49 +0100 |
| commit | 3e9d31d293b0b42b38e07a7a30a6199cc278ade1 (patch) | |
| tree | d08a3a896a15b2a8ea6b032c833b44de43b487f8 /src | |
| parent | 8b977e91fb79b25051bce8e0b54b22b12ba95e5c (diff) | |
Fix issue that dragging pictures/videos to Google-Search/YouTube fails
BUG: 289917
BUG: 278236
FIXED-IN: 4.8.0
Diffstat (limited to 'src')
| -rw-r--r-- | src/kitemviews/kitemlistcontroller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kitemviews/kitemlistcontroller.cpp b/src/kitemviews/kitemlistcontroller.cpp index 7798fc364..026c245f5 100644 --- a/src/kitemviews/kitemlistcontroller.cpp +++ b/src/kitemviews/kitemlistcontroller.cpp @@ -914,7 +914,7 @@ void KItemListController::startDragging() const QPixmap pixmap = m_view->createDragPixmap(selectedItems); drag->setPixmap(pixmap); - drag->exec(Qt::MoveAction | Qt::CopyAction | Qt::LinkAction, Qt::IgnoreAction); + drag->exec(Qt::CopyAction); } KItemListWidget* KItemListController::hoveredWidget() const |
