From c80ccaf443dc6f1ea9dd59f45e60e8d7fa525fa1 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Tue, 08 Oct 2013 20:44:17 +0000 Subject: resync with 191 changes --- (limited to 'turtleblocks.py') 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: -- cgit v0.9.1