Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/taturtle.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2010-09-22 22:04:52 (GMT)
committer Walter Bender <walter@sugarlabs.org>2010-09-22 22:04:52 (GMT)
commitcfc5b9b203ade8cd586e2bff44e050cda5c51d33 (patch)
treebb5b4285d91c1d391d886b8bf7aca2b27cc99354 /TurtleArt/taturtle.py
parentf3cb44b7cffc10adc07d56e05cffb2536802f137 (diff)
fixed positioning problem when reskinning/rescaling turtle
Diffstat (limited to 'TurtleArt/taturtle.py')
-rw-r--r--TurtleArt/taturtle.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/TurtleArt/taturtle.py b/TurtleArt/taturtle.py
index 570a728..eade8a3 100644
--- a/TurtleArt/taturtle.py
+++ b/TurtleArt/taturtle.py
@@ -170,6 +170,7 @@ class Turtle:
j = int(self.heading + 5) % 360 / (360 / SHAPES)
self.shapes[j] = images[0]
self.custom_shapes = True
+ self.show()
def reset_shapes(self):
""" Reset the shapes to the standard turtle """