Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/turtleblocks.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2013-10-08 20:44:17 (GMT)
committer Walter Bender <walter@sugarlabs.org>2013-10-08 20:44:17 (GMT)
commitc80ccaf443dc6f1ea9dd59f45e60e8d7fa525fa1 (patch)
tree3acee3d12991adbfc2f49daf307df5ed4e949624 /turtleblocks.py
parent3c02fe640e42fa8e7f1d6123330cb699e650b00f (diff)
resync with 191 changes
Diffstat (limited to 'turtleblocks.py')
-rwxr-xr-xturtleblocks.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/turtleblocks.py b/turtleblocks.py
index 24b6343..d982307 100755
--- a/turtleblocks.py
+++ b/turtleblocks.py
@@ -619,6 +619,8 @@ Would you like to save before quitting?'))
def _do_hover_help_off_cb(self, button):
''' Turn hover help off '''
+ if self.tw.no_help: # Debounce
+ return
self.tw.no_help = True
self.tw.last_label = None
if self.tw.status_spr is not None: