Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tablock.py
diff options
context:
space:
mode:
Diffstat (limited to 'TurtleArt/tablock.py')
-rw-r--r--TurtleArt/tablock.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/TurtleArt/tablock.py b/TurtleArt/tablock.py
index c257a14..ad17ca8 100644
--- a/TurtleArt/tablock.py
+++ b/TurtleArt/tablock.py
@@ -372,7 +372,7 @@ class Block:
if self.spr is None:
return
dx = (self.spr.label_width() - self.spr.label_safe_width()) / \
- self.scale
+ self.scale
if self.dx + dx >= self.block_list.max_width and self.name == 'string':
self.dx = self.block_list.max_width
self.refresh()