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>2013-06-26 23:47:17 (GMT)
committer Walter Bender <walter@sugarlabs.org>2013-06-26 23:47:17 (GMT)
commitc8f0b798b239eb67f50a8a018c87a4c1106c2d20 (patch)
treeb109e76bd97f1b095e517409a7678fe6c86eb016 /TurtleArt/taturtle.py
parent2aa89e82f096b341615432eda111559cc157c778 (diff)
fixed some sharing issues
Diffstat (limited to 'TurtleArt/taturtle.py')
-rw-r--r--TurtleArt/taturtle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/TurtleArt/taturtle.py b/TurtleArt/taturtle.py
index d829020..030d58d 100644
--- a/TurtleArt/taturtle.py
+++ b/TurtleArt/taturtle.py
@@ -666,7 +666,7 @@ class Turtle:
height = pixbuf.get_height()
width = pixbuf.get_width()
- pos = self.screen_to_turtle_coordinates((x, y))
+ pos = self._turtles.screen_to_turtle_coordinates((x, y))
event = 'P|%s' % (data_to_string([self._turtles.turtle_window.nick,
[round_int(a), round_int(b),