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.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/TurtleArt/tawindow.py b/TurtleArt/tawindow.py
index eee9a4c..a065105 100644
--- a/TurtleArt/tawindow.py
+++ b/TurtleArt/tawindow.py
@@ -779,6 +779,7 @@ class TurtleArtWindow():
if t is not None:
self.selected_turtle = t
self.canvas.set_turtle(self.turtles.get_turtle_key(t))
+ print "turtle pressed", x, y
self._turtle_pressed(x, y)
return True
@@ -1553,6 +1554,8 @@ class TurtleArtWindow():
if blk.name in COMPARE_STYLE:
for gblk in find_group(blk):
gblk.spr.move_relative((0, -dy * blk.scale))
+ else:
+ break
def _check_collapsibles(self, blk):
""" Check the state of collapsible blocks upon change in dock state. """