fix dot layout when children are deleted
closes PR 14718
This commit is contained in:
parent
b3b9eb0eb4
commit
854e9a997a
|
@ -86,8 +86,10 @@
|
||||||
snip
|
snip
|
||||||
(- (unbox rb) (unbox lb))
|
(- (unbox rb) (unbox lb))
|
||||||
(- (unbox bb) (unbox tb))
|
(- (unbox bb) (unbox tb))
|
||||||
(map (λ (c) (hash-ref num-ht c))
|
(filter
|
||||||
(send snip get-children))))))
|
values
|
||||||
|
(map (λ (c) (hash-ref num-ht c #f))
|
||||||
|
(send snip get-children)))))))
|
||||||
children-ht)))
|
children-ht)))
|
||||||
|
|
||||||
;; run-dot : hash-table[snip -> (list i (listof number))] string -> void
|
;; run-dot : hash-table[snip -> (list i (listof number))] string -> void
|
||||||
|
|
Loading…
Reference in New Issue
Block a user