Fixed shuffle issue

when closing a view we save the current settings. I added a check to
only update the shuffle settings if the zone we are closing can be
shuffled.
This commit is contained in:
Matt Lowe 2015-01-25 00:34:41 +01:00
parent 712f12a7a6
commit ec198c33ca
2 changed files with 4 additions and 2 deletions

View file

@ -48,6 +48,7 @@ private:
QCheckBox shuffleCheckBox;
QCheckBox pileViewCheckBox;
bool canBeShuffled;
int extraHeight;
Player *player;
signals: