Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tawindow.py
diff options
context:
space:
mode:
Diffstat (limited to 'tawindow.py')
-rw-r--r--tawindow.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tawindow.py b/tawindow.py
index 51a5c38..27b74fc 100644
--- a/tawindow.py
+++ b/tawindow.py
@@ -175,8 +175,7 @@ class TurtleArtWindow():
"""
Resize all of the blocks
"""
- def resize_blocks(self, scale):
- self.block_scale = scale
+ def resize_blocks(self):
for b in self.just_blocks():
b.rescale(self.block_scale)
for b in self.just_blocks():