release control ui improvements

This commit is contained in:
master
2026-03-21 00:09:17 +02:00
parent f5b5f24d95
commit d2e542f77e
40 changed files with 2637 additions and 216 deletions

View File

@@ -3875,7 +3875,7 @@ public sealed class ElkSharpLayeredLayoutEngine : IElkLayoutEngine
ElkPositionedNode[] nodes,
ElkLayoutDirection direction)
{
if (direction != ElkLayoutDirection.LeftToRight || nodes.Length == 0 || true)
if (direction != ElkLayoutDirection.LeftToRight || nodes.Length == 0)
{
return edges;
}