Commit Graph
1 Commits
Author SHA1 Message Date
Simon Barth fe0b60a799 Fix putting card stacks into invalid state
Bug: When the cursor is on a foundation stack or on the wastepile stack,
	it is possible to put this stack into an invalid state.

Reason: unmark_cards() should only be called on maneuver stacks since it
	alters the y position of cards.

Fix: Only redraw maneuver stacks on ESC-key action.
2016-11-18 01:05:09 +01:00