Skip to content

1. Fix node with different parents#1

Open
thisduck wants to merge 4 commits intoupstream_masterfrom
fix_node_with_different_parents
Open

1. Fix node with different parents#1
thisduck wants to merge 4 commits intoupstream_masterfrom
fix_node_with_different_parents

Conversation

@thisduck
Copy link
Owner

This PR fixes the case where method1 and method2 both call method3 and method3 appears as one long node instead of two shorter nodes.

thisduck added 4 commits May 12, 2017 14:48
In the previous case, 4 is rendered as a child of 1. Except that 4 has a
width of 2 and 1 has a width of 1. The child shouldn't be wider than the
parent. The correct case is that there should be two nodes for 4 of
width 1 each. The first node is a child of 1 and the second one is a
child of 5.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant