Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/turtleblocks.py
diff options
context:
space:
mode:
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: