#12508 Reset bend points of diagram connections

上级 113a0a67
...@@ -223,6 +223,9 @@ public class DirectedGraphLayoutVisitor { ...@@ -223,6 +223,9 @@ public class DirectedGraphLayoutVisitor {
*/ */
} }
conn.setRoutingConstraint(bends); conn.setRoutingConstraint(bends);
} else {
// Clear previous bend points
conn.setRoutingConstraint(null);
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册