Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tapalette.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2012-11-15 23:30:30 (GMT)
committer Walter Bender <walter.bender@gmail.com>2012-11-15 23:30:30 (GMT)
commit1e74d47a4f233dc72e7c9698b1ab3ed66d4d19fc (patch)
tree98cfbb8254efe6bb2dddc410cc3ffddaa26a8ded /TurtleArt/tapalette.py
parent23ac499e6a5b1171ebede0e10aff5c40b0e6166f (diff)
add new block style: boolean-1arg-block-style
Diffstat (limited to 'TurtleArt/tapalette.py')
-rw-r--r--TurtleArt/tapalette.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/TurtleArt/tapalette.py b/TurtleArt/tapalette.py
index d2ee6bb..cac6cfa 100644
--- a/TurtleArt/tapalette.py
+++ b/TurtleArt/tapalette.py
@@ -63,6 +63,7 @@ block_styles = {'basic-style': [],
'boolean-style': [],
'not-style': [],
'boolean-block-style': [],
+ 'boolean-1arg-block-style': [],
'flow-style-tail': [],
'clamp-style': [],
'clamp-style-collapsible': [],