Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TurtleArt/tablock.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/TurtleArt/tablock.py b/TurtleArt/tablock.py
index f49d9c0..0b0315b 100644
--- a/TurtleArt/tablock.py
+++ b/TurtleArt/tablock.py
@@ -260,6 +260,9 @@ class Block:
self._top = copy_block._top
self._right = copy_block._right
self._bottom = copy_block._bottom
+ self.dx = copy_block.dx
+ self.ex = copy_block.ex
+ self.ey = copy_block.ey
self.width = copy_block.width
self.height = copy_block.height
self.shapes[0] = copy_block.shapes[0]