mirror of
https://github.com/nadrad/h-m-m.git
synced 2026-03-13 20:25:45 +01:00
fixed highlighting for aligned no-siblings
This commit is contained in:
parent
96fc5f9759
commit
4a8a065b10
1 changed files with 1 additions and 1 deletions
2
h-m-m
2
h-m-m
|
|
@ -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']
|
||||
)
|
||||
;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue