Commit f42a1ded authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #7696 from Zyphrax/master

Prevent graph spacing issue
parents d8cbff3f 1f355279
......@@ -178,12 +178,6 @@ module Network
space = find_free_space(time_range, 2, space_base)
leaves.each do |l|
l.spaces << space
# Also add space to parent
l.parents(@map).each do |parent|
if 0 < parent.space && parent.space < space
parent.spaces << space
end
end
end
# and mark it as reserved
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment