Commit 29b8bc02 authored by Anatoly Mihalchenko's avatar Anatoly Mihalchenko

SANKORE-342 fix "drag&drop" from library palette to computer desktop are "moved". now copied

parent f7a2d469
......@@ -368,7 +368,7 @@ void UBThumbnailWidget::mouseMoveEvent(QMouseEvent *event)
if (qlElements.size() > 0){
mime->setUrls(qlElements);
drag->setMimeData(mime);
drag->exec();
drag->exec(Qt::CopyAction);
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment