Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2012-10-31 01:10:58 (GMT)
committer Walter Bender <walter.bender@gmail.com>2012-10-31 01:10:58 (GMT)
commite62d2f40fe7505bd1deca6f29a06d2ce5e8b603b (patch)
treec27a025e1557e0f708b4cfb02700f5e977794b63
parent54f85f20123222077589e43534fb4abdeb504b56 (diff)
fix block insert problem with some stacks
-rw-r--r--TurtleArt/tawindow.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/TurtleArt/tawindow.py b/TurtleArt/tawindow.py
index 5ea41dd..6ce75a9 100644
--- a/TurtleArt/tawindow.py
+++ b/TurtleArt/tawindow.py
@@ -4148,7 +4148,6 @@ variable'))
self.inserting_block_mid_stack = True
elif block1.connections is not None and \
block1.name in EXPANDABLE_FLOW and \
- dock1n == 2 and \
block1.connections[dock1n] is not None:
self.inserting_block_mid_stack = True
# Only number blocks can be docked when the dock is not empty