parent
0380de9571
commit
1288795de9
1 changed files with 1 additions and 0 deletions
|
@ -191,6 +191,7 @@ void ZoneViewZone::addCardImpl(CardItem *card, int x, int /*y*/)
|
||||||
cards.insert(x, card);
|
cards.insert(x, card);
|
||||||
card->setParentItem(this);
|
card->setParentItem(this);
|
||||||
card->update();
|
card->update();
|
||||||
|
reorganizeCards();
|
||||||
}
|
}
|
||||||
|
|
||||||
void ZoneViewZone::handleDropEvent(const QList<CardDragItem *> &dragItems,
|
void ZoneViewZone::handleDropEvent(const QList<CardDragItem *> &dragItems,
|
||||||
|
|
Loading…
Reference in a new issue