Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-04-21 00:51:49 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-04-21 00:51:49 (GMT)
commitd66cadd22362f7d0a333ad3e890478bd6a6d32e5 (patch)
tree8ba94c7f955510a4b40eed5932b6959a3bf0f851 /TurtleArt
parent05b29fd5c5d39caf85c47b90c84f601593b56756 (diff)
number-style-block is expandable
Diffstat (limited to 'TurtleArt')
-rw-r--r--TurtleArt/taconstants.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py
index 54c2d27..fdc42d1 100644
--- a/TurtleArt/taconstants.py
+++ b/TurtleArt/taconstants.py
@@ -84,7 +84,8 @@ CONSTANTS = {'leftpos': None, 'toppos': None, 'rightpos': None,
# Blocks that are expandable
#
EXPANDABLE_STYLE = ['boolean-style', 'compare-porch-style', 'compare-style',
- 'number-style-porch', 'number-style', 'basic-style-2arg']
+ 'number-style-porch', 'number-style', 'basic-style-2arg',
+ 'number-style-block']
EXPANDABLE = ['vspace', 'hspace', 'identity2']