styling fix for collpased nodes with hidden children

This commit is contained in:
nadrad 2023-03-19 15:20:27 +01:00
parent a95bed5d34
commit 5d2faa4a36

2
h-m-m
View file

@ -803,7 +803,7 @@ function draw_connections(&$mm, $id)
$mm $mm
,$node['x'] + $node['w']+1 ,$node['x'] + $node['w']+1
,$node['y'] + $node['yo'] ,$node['y'] + $node['yo']
,'─╫─' ,'─╫─ [+]'
); );
return; return;
} }