Added node highlight, fixed temporary load to include start node as well, fixed For-Condition

This commit is contained in:
2026-05-14 21:37:26 +02:00
parent eee59b6385
commit 672628ee13
9 changed files with 116 additions and 15 deletions
@@ -40,6 +40,10 @@ public class RunningProgramGraphBuilder
dslNodes
);
if (nodeDisplay == null) return null;
if (programNode.EditorNodeId != null && programNode.EditorNodeId.Length > 0)
{
nodeDisplay.Name = programNode.EditorNodeId;
}
addNode(nodeDisplay);
loadedNodes.Add(programNode, nodeDisplay);