Enhance flow arrows
This commit is contained in:
@@ -54,7 +54,7 @@ namespace PamhagenSysCtrl.Helpers.Pipeline {
|
||||
|
||||
public void Update() {
|
||||
_inner?.Stroke = Highlight ?? Brushes.DarkGray;
|
||||
_flowArrow?.Update(Highlight == PamhagenBrushes.Green ? Flow : null);
|
||||
_flowArrow?.Update(Flow);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user