[WIP] Pipe joins
Test / Run tests (push) Successful in 13s

This commit is contained in:
2026-09-12 20:16:07 +02:00
parent 3d24c65758
commit e2b755db44
3 changed files with 72 additions and 41 deletions
@@ -502,6 +502,8 @@ namespace PamhagenSysCtrl.Windows {
foreach (var n in Graph.Nodes) {
if (n is Pump p) {
p.Highlight = null;
} else if (n is PipeJoin j) {
j.Highlight = null;
}
}