Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tablock.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2012-07-21 12:57:48 (GMT)
committer Walter Bender <walter.bender@gmail.com>2012-07-21 12:57:48 (GMT)
commitcbf23a55067bbe8864cca33873b1fbf30aa6cbce (patch)
treeab3d30c3ceec8815243d443e95c9d193d84ed791 /TurtleArt/tablock.py
parent536a25305119214d569dfc21afffbbd2b76c29c9 (diff)
Update labels on named boxes when running in debug mode
Diffstat (limited to 'TurtleArt/tablock.py')
-rw-r--r--TurtleArt/tablock.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/TurtleArt/tablock.py b/TurtleArt/tablock.py
index 932085e..dd19d68 100644
--- a/TurtleArt/tablock.py
+++ b/TurtleArt/tablock.py
@@ -244,7 +244,7 @@ class Block:
return False
if self.name in block_styles['box-style']:
return False
- if self.name in ['sandwichtop', 'sandwichtop_no_label']:
+ if self.name in ['box', 'sandwichtop', 'sandwichtop_no_label']:
return False
return True