From fa87f13adaed69f2fe2078c963498ba27d3e6a49 Mon Sep 17 00:00:00 2001 From: nadrad Date: Fri, 12 May 2023 05:03:52 +0200 Subject: [PATCH] fixed line length for aligned parents with multiple children --- h-m-m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h-m-m b/h-m-m index 05c5f34..1c74bc0 100755 --- a/h-m-m +++ b/h-m-m @@ -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'] ) ;