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@walter-laptop.(none)>2010-02-25 01:16:44 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-02-25 01:16:44 (GMT)
commit54400c344ec73be0ad2d4fbc03284b648ce7e55a (patch)
tree472eb1d2cb59fe30aaf5ddc42de8a7be163624f9 /tawindow.py
parent85ce642993c46f4f30f71faa2afded9a49278f73 (diff)
fixed expandable-block logic
Diffstat (limited to 'tawindow.py')
-rw-r--r--tawindow.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tawindow.py b/tawindow.py
index d451e5f..d339b07 100644
--- a/tawindow.py
+++ b/tawindow.py
@@ -1409,6 +1409,8 @@ class TurtleArtWindow():
dy = blk.add_arg(False)
blk.primitive = 'myfunction3'
blk.name = 'myfunc3arg'
+ else:
+ dy = blk.add_arg()
for b in group:
b.spr.move_relative((0, dy))
blk.connections.append(blk.connections[n-1])