From 5d2faa4a36655c280bb067896bd87b921a8447d7 Mon Sep 17 00:00:00 2001 From: nadrad Date: Sun, 19 Mar 2023 15:20:27 +0100 Subject: [PATCH] styling fix for collpased nodes with hidden children --- h-m-m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h-m-m b/h-m-m index 3997d29..4e365b4 100755 --- a/h-m-m +++ b/h-m-m @@ -803,7 +803,7 @@ function draw_connections(&$mm, $id) $mm ,$node['x'] + $node['w']+1 ,$node['y'] + $node['yo'] - ,'─╫─' + ,'─╫─ [+]' ); return; }