Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/turtleblocks.py
diff options
context:
space:
mode:
authorAlan Aguiar <alanjas@hotmail.com>2014-03-30 21:12:22 (GMT)
committer Walter Bender <walter@sugarlabs.org>2014-03-30 21:12:22 (GMT)
commitbdc894ac34d947a80dbc473cbb5519a68a8f6a3b (patch)
treeaab667fc40b9600ffbfab79f4a1f871a755bcaa9 /turtleblocks.py
parent6a44e294d951dde2ca0da66ee9f3a3b52c4fcb58 (diff)
speed up no_help test
Diffstat (limited to 'turtleblocks.py')
-rwxr-xr-xturtleblocks.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/turtleblocks.py b/turtleblocks.py
index fa324ce..1a75b67 100755
--- a/turtleblocks.py
+++ b/turtleblocks.py
@@ -243,6 +243,7 @@ return %s(self)" % (p, P, P)
if hasattr(self, 'client'):
if self.client.get_int(self._HOVER_HELP) == 1:
+ self.tw.no_help = True
self._do_hover_help_off_cb()
if not self.client.get_int(self._COORDINATE_SCALE) in [0, 1]:
self.tw.coord_scale = 1