From e70d7e6d32627b135a9cee5e74a96c1d9ff95868 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Mon, 20 Sep 2010 06:55:13 +0000 Subject: boolean blocks don't grow the stack so no need to grow stack arm --- (limited to 'TurtleArt/tawindow.py') diff --git a/TurtleArt/tawindow.py b/TurtleArt/tawindow.py index 15171af..92f79f6 100644 --- a/TurtleArt/tawindow.py +++ b/TurtleArt/tawindow.py @@ -1617,7 +1617,6 @@ class TurtleArtWindow(): for gblk in find_group(best_destination): gblk.spr.move_relative( (0, -dy * best_destination.scale)) - grow_stack_arm(find_sandwich_top(best_destination)) def _import_from_journal(self, blk): """ Import a file from the Sugar Journal """ -- cgit v0.9.1