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@sugarlabs.org>2010-03-03 19:58:52 (GMT)
committer Walter Bender <walter@sugarlabs.org>2010-03-03 19:58:52 (GMT)
commit172cadb172f87666985a3cbba71d658d27a1d79b (patch)
tree37f9513cc986c6e67e06e358892c2254554fcf31 /tawindow.py
parentafdbaf63b165bbdad438f33ce853bde70132662a (diff)
fixed collapsible block regression: one more corner case
Diffstat (limited to 'tawindow.py')
-rw-r--r--tawindow.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tawindow.py b/tawindow.py
index aa40807..f88d47c 100644
--- a/tawindow.py
+++ b/tawindow.py
@@ -1663,11 +1663,9 @@ class TurtleArtWindow():
bot = self._find_sandwich_bottom(top)
if bot is None:
return
- """
if top.ey > 0:
print "reseting arm"
top.reset_y()
- """
tx, ty = top.spr.get_xy()
tw, th = top.spr.get_dimensions()
bx, by = bot.spr.get_xy()