Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/talogo.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2013-08-24 00:04:16 (GMT)
committer Walter Bender <walter@sugarlabs.org>2013-08-24 00:04:16 (GMT)
commitec8a1d14d85b798603e267ef8f020d8a0d45e339 (patch)
tree27f379c68ce07315bbbf56d4fb3a8b5aa770afcf /TurtleArt/talogo.py
parent6da711c4789faaf00579dbfc3ef90a926ff2a91f (diff)
force redisplay of coordinates after execution of blocks
Diffstat (limited to 'TurtleArt/talogo.py')
-rw-r--r--TurtleArt/talogo.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/TurtleArt/talogo.py b/TurtleArt/talogo.py
index 7aac4ce..0b178c6 100644
--- a/TurtleArt/talogo.py
+++ b/TurtleArt/talogo.py
@@ -394,6 +394,7 @@ class LogoCode:
if self._disable_help:
self.tw.no_help = False
self._disable_help = False
+ self.tw.display_coordinates()
def icall(self, fcn, *args):
""" Add a function and its arguments to the program stack. """