From ec8a1d14d85b798603e267ef8f020d8a0d45e339 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sat, 24 Aug 2013 00:04:16 +0000 Subject: force redisplay of coordinates after execution of blocks --- (limited to 'TurtleArt/talogo.py') 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. """ -- cgit v0.9.1