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
,$node['x'] + $node['w']+1
,$node['y'] + $node['yo']
,'─╫─'
,'─╫─ [+]'
);
return;
}