From cbf23a55067bbe8864cca33873b1fbf30aa6cbce Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sat, 21 Jul 2012 12:57:48 +0000 Subject: Update labels on named boxes when running in debug mode --- (limited to 'TurtleArt/tablock.py') 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 -- cgit v0.9.1