mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-22 22:53:55 -07:00
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:
parent
712f12a7a6
commit
ec198c33ca
2 changed files with 4 additions and 2 deletions
|
|
@ -48,6 +48,7 @@ private:
|
|||
QCheckBox shuffleCheckBox;
|
||||
QCheckBox pileViewCheckBox;
|
||||
|
||||
bool canBeShuffled;
|
||||
int extraHeight;
|
||||
Player *player;
|
||||
signals:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue