Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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']