Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt
diff options
context:
space:
mode:
Diffstat (limited to 'TurtleArt')
-rw-r--r--TurtleArt/tawindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/TurtleArt/tawindow.py b/TurtleArt/tawindow.py
index 37ea9a1..d2a1970 100644
--- a/TurtleArt/tawindow.py
+++ b/TurtleArt/tawindow.py
@@ -1357,7 +1357,7 @@ class TurtleArtWindow():
if self.sharing(): # share turtle rotation
self.send_event("r|%s" % (
data_to_string([self.selected_turtle.get_name(),
- round_int(self.heading)])))
+ round_int(self.canvas.heading)])))
# If we are hoving, show popup help.
elif self.drag_group is None: