Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tawindow.py
diff options
context:
space:
mode:
Diffstat (limited to 'tawindow.py')
-rw-r--r--tawindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tawindow.py b/tawindow.py
index b65b4d0..bed16f3 100644
--- a/tawindow.py
+++ b/tawindow.py
@@ -482,7 +482,7 @@ def dock_dx_dy(block1,dock1n,block2,dock2n):
if block1==block2: return (100,100)
if d1type!=d2type:
# some blocks can take strings or nums
- if block1.proto.name in ('write', 'plus2', 'equal', \
+ if block1.proto.name in ('write', 'plus2', 'equal', 'less', 'greater', \
'template1', 'template2', 'template3', 'template4', \
'template6', 'template7', 'nop', 'print'):
if block1.proto.name == 'write' and d1type == 'string':