Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tawindow.py
diff options
context:
space:
mode:
Diffstat (limited to 'TurtleArt/tawindow.py')
-rw-r--r--TurtleArt/tawindow.py1
1 files changed, 0 insertions, 1 deletions
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 """