From d66cadd22362f7d0a333ad3e890478bd6a6d32e5 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Thu, 21 Apr 2011 00:51:49 +0000 Subject: number-style-block is expandable --- 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'] -- cgit v0.9.1