Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tablock.py
diff options
context:
space:
mode:
Diffstat (limited to 'TurtleArt/tablock.py')
-rw-r--r--TurtleArt/tablock.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/TurtleArt/tablock.py b/TurtleArt/tablock.py
index dd19d68..53c3e5c 100644
--- a/TurtleArt/tablock.py
+++ b/TurtleArt/tablock.py
@@ -244,7 +244,9 @@ class Block:
return False
if self.name in block_styles['box-style']:
return False
- if self.name in ['box', 'sandwichtop', 'sandwichtop_no_label']:
+ if self.name in ['storein', 'box',
+ # Deprecated blocks
+ 'sandwichtop', 'sandwichtop_no_label']:
return False
return True