fix #203
This commit is contained in:
parent
73e5e12c24
commit
a6f299b247
1 changed files with 2 additions and 1 deletions
|
@ -233,6 +233,7 @@ CardDragItem *CardItem::createDragItem(int _id, const QPointF &_pos, const QPoin
|
|||
|
||||
void CardItem::deleteDragItem()
|
||||
{
|
||||
if(dragItem)
|
||||
dragItem->deleteLater();
|
||||
dragItem = NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue