Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tawindow.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-02-04 18:23:43 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-02-04 18:23:43 (GMT)
commit66c75babd51572afeb567a69f38009b17cb39a42 (patch)
tree4b20d44e33e2ebd9907f72ca7507e20b0890816f /tawindow.py
parent5f7500626251e8bc20f85f9239182009bd06f8b2 (diff)
grow/shrink blocks
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():