Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/boards/python/drawnumber.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boards/python/drawnumber.py b/src/boards/python/drawnumber.py
index fa7c51b..ea11b41 100755
--- a/src/boards/python/drawnumber.py
+++ b/src/boards/python/drawnumber.py
@@ -183,6 +183,7 @@ class Gcompris_drawnumber :
if idpt == self.MAX : #Action to execute if all points have been selected in good way
gcompris.set_background(self.ROOT, self.data[self.gcomprisBoard.sublevel][0][2])
self.gamewon = 1
+ gcompris.bar_hide(True)
self.timeout = gobject.timeout_add(1500, self.lauch_bonus) # The level is complete -> Bonus display
else : #Action to execute if the selected point isn't the last one of this level