git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4499 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2016-05-22 16:13:08 +00:00
parent 3b2f5abc30
commit ea69d0b33c

View File

@@ -114,9 +114,10 @@ void ElementsTreeView::startElementDrag(const ElementsLocation &location)
drag->setPixmap(elmt_pixmap);
drag->setHotSpot(elmt_hotspot);
delete temp_elmt;
}
drag->setMimeData(mime_data);
drag->exec(Qt::MoveAction | Qt::CopyAction);
drag->exec(Qt::CopyAction);
}