Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tabasics.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2013-12-18 22:27:27 (GMT)
committer Walter Bender <walter@sugarlabs.org>2013-12-18 22:27:27 (GMT)
commitce01d9f98a0d71340b2dfacd2f2af2dab7a454f9 (patch)
treea0e3cffe2d1fcae37deb80689d9610a382538679 /TurtleArt/tabasics.py
parentb2f862cea88fcd4ee0facd8258e2a9ff0a4270e5 (diff)
some small tweaks from the Turtle Confusion upgrade
Diffstat (limited to 'TurtleArt/tabasics.py')
-rw-r--r--TurtleArt/tabasics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/TurtleArt/tabasics.py b/TurtleArt/tabasics.py
index d66345b..a7dbd5b 100644
--- a/TurtleArt/tabasics.py
+++ b/TurtleArt/tabasics.py
@@ -196,8 +196,8 @@ turtle'))
Primitive(self.tw.lc.reset_scale),
Primitive(self.tw.lc.reset_timer),
Primitive(self.tw.lc.clear_value_blocks),
- Primitive(self.tw.lc.reset_internals),
Primitive(self.tw.canvas.clearscreen),
+ Primitive(self.tw.lc.reset_internals),
Primitive(self.tw.turtles.reset_turtles),
Primitive(self.tw.lc.active_turtle)
])]))