fixed highlighting for aligned no-siblings

This commit is contained in:
nadrad 2023-05-12 05:00:34 +02:00
parent 96fc5f9759
commit 4a8a065b10

2
h-m-m
View file

@ -833,7 +833,7 @@ function draw_connections(&$mm, $id)
.
(
$mm['align_levels']
? str_repeat('─', $child['x'] - $node['x'] - $node['w'] + 1)
? str_repeat('─', $child['x'] - $node['x'] - $node['w'] - 1)
: $mm['conn_single']
)
;