fixed line length for aligned parents with multiple children

This commit is contained in:
nadrad 2023-05-12 05:03:52 +02:00
parent 4a8a065b10
commit fa87f13ada
1 changed files with 1 additions and 1 deletions

2
h-m-m
View File

@ -916,7 +916,7 @@ function draw_connections(&$mm, $id)
.
(
$mm['align_levels']
? str_repeat('─', $mm['nodes'][$top_child]['x'] - $node['x'] - $node['w'] - 2 )
? str_repeat('─', $mm['nodes'][$top_child]['x'] - $node['x'] - $node['w'] - 3 )
: $mm['conn_left']
)
;