translation fix, shuffle fix

This commit is contained in:
Max-Wilhelm Bruker 2009-08-20 17:59:15 +02:00
parent cc8de80db8
commit 6b465540e1
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ ZoneViewWidget::ZoneViewWidget(CardDatabase *_db, Player *_player, CardZone *_or
setAttribute(Qt::WA_DeleteOnClose);
qreal y = 10;
if (_origZone->getIsShufflable() && (numberCards == 0)) {
if (_origZone->getIsShufflable() && (numberCards == -1)) {
shuffleCheckBox = new QCheckBox("shuffle when closing");
shuffleCheckBox->setChecked(true);
QGraphicsProxyWidget *shuffleProxy = new QGraphicsProxyWidget(this);