Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tawindow.py
diff options
context:
space:
mode:
Diffstat (limited to 'TurtleArt/tawindow.py')
-rw-r--r--TurtleArt/tawindow.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/TurtleArt/tawindow.py b/TurtleArt/tawindow.py
index a7851f3..c672412 100644
--- a/TurtleArt/tawindow.py
+++ b/TurtleArt/tawindow.py
@@ -1431,7 +1431,10 @@ class TurtleArtWindow():
self._run_stack(blk)
return
- self._expand_expandable(blk, blk.connections[1], dy)
+ if blk.name in BOOLEAN_STYLE:
+ self._expand_boolean(blk, blk.connections[1], dy)
+ else:
+ self._expand_expandable(blk, blk.connections[1], dy)
# and restore it...
if blk0 is not None:
blk.connections[0] = blk0