From e62d2f40fe7505bd1deca6f29a06d2ce5e8b603b Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Wed, 31 Oct 2012 01:10:58 +0000 Subject: fix block insert problem with some stacks --- (limited to 'TurtleArt') 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 -- cgit v0.9.1