mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 16:32:16 -07:00
Cleanup
This commit is contained in:
parent
f3349cd1cc
commit
c097532747
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ ZoneViewZone::ZoneViewZone(Player *_p,
|
|||
: SelectZone(_p, _origZone->getName(), false, false, true, parent, true), bRect(QRectF()), minRows(0),
|
||||
numberCards(_numberCards), origZone(_origZone), revealZone(_revealZone),
|
||||
writeableRevealZone(_writeableRevealZone), groupBy(CardList::NoSort), sortBy(CardList::NoSort),
|
||||
isReversed(_isReversed), firstCardId(-1), latestZoneSize(numberCards), firstResize(true)
|
||||
isReversed(_isReversed), firstCardId(-1)
|
||||
{
|
||||
if (!(revealZone && !writeableRevealZone)) {
|
||||
origZone->getViews().append(this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue