Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/game.py
diff options
context:
space:
mode:
Diffstat (limited to 'game.py')
-rw-r--r--game.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/game.py b/game.py
index d071ca6..2eba914 100644
--- a/game.py
+++ b/game.py
@@ -465,6 +465,7 @@ class Game():
for i in range(n):
if self._sticky_cards[i].labels[0] == k:
self._sticky_cards[i].set_label('')
+ self._sticky_cards[i].hide()
break
# Test for end condition