Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tawindow.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-02-05 14:14:05 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-02-05 14:14:05 (GMT)
commitea3c5d4403f9158d1938bb0219b880d80823a3ca (patch)
treef9bb69d98857bf696293b0c4da5328869064002c /tawindow.py
parent35785f3b5d4ca045462fd695073006d8b910c934 (diff)
early version of highlighter code
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()
"""