mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
minor
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4499 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -114,9 +114,10 @@ void ElementsTreeView::startElementDrag(const ElementsLocation &location)
|
|||||||
drag->setPixmap(elmt_pixmap);
|
drag->setPixmap(elmt_pixmap);
|
||||||
drag->setHotSpot(elmt_hotspot);
|
drag->setHotSpot(elmt_hotspot);
|
||||||
|
|
||||||
|
|
||||||
delete temp_elmt;
|
delete temp_elmt;
|
||||||
}
|
}
|
||||||
|
|
||||||
drag->setMimeData(mime_data);
|
drag->setMimeData(mime_data);
|
||||||
drag->exec(Qt::MoveAction | Qt::CopyAction);
|
drag->exec(Qt::CopyAction);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user