From 172cadb172f87666985a3cbba71d658d27a1d79b Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Wed, 03 Mar 2010 19:58:52 +0000 Subject: fixed collapsible block regression: one more corner case --- 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() -- cgit v0.9.1