Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tawindow.py
diff options
context:
space:
mode:
Diffstat (limited to 'tawindow.py')
-rw-r--r--tawindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tawindow.py b/tawindow.py
index 4fe61aa..9c57355 100644
--- a/tawindow.py
+++ b/tawindow.py
@@ -202,7 +202,7 @@ class TurtleArtWindow():
def eraser_button(self):
if self.status_spr is not None:
self.status_spr.hide()
- self.lc.clear()
+ self.lc.prim_clear()
self.display_coordinates()
"""