mirror of
https://github.com/nadrad/h-m-m.git
synced 2026-03-13 20:25:45 +01:00
styling fix for collpased nodes with hidden children
This commit is contained in:
parent
a95bed5d34
commit
5d2faa4a36
1 changed files with 1 additions and 1 deletions
2
h-m-m
2
h-m-m
|
|
@ -803,7 +803,7 @@ function draw_connections(&$mm, $id)
|
|||
$mm
|
||||
,$node['x'] + $node['w']+1
|
||||
,$node['y'] + $node['yo']
|
||||
,'─╫─'
|
||||
,'─╫─ [+]'
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue