未验证 提交 aaac8194 编写于 作者: S Serge Rider 提交者: GitHub

Merge pull request #13417 from dbeaver/erd-arrange-edges#12508

#12508 Reset bend points of diagram connections
......@@ -230,6 +230,9 @@ public class DirectedGraphLayoutVisitor {
*/
}
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.
先完成此消息的编辑!
想要评论请 注册