Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/boards/python/clickanddraw.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/boards/python/clickanddraw.py')
-rwxr-xr-xsrc/boards/python/clickanddraw.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boards/python/clickanddraw.py b/src/boards/python/clickanddraw.py
index 7504560..0f24a61 100755
--- a/src/boards/python/clickanddraw.py
+++ b/src/boards/python/clickanddraw.py
@@ -105,6 +105,7 @@ class Gcompris_clickanddraw(Gcompris_drawnumber) :
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