diff --git a/src/view/graph_view.rs b/src/view/graph_view.rs index c01a1b2..a49d63d 100644 --- a/src/view/graph_view.rs +++ b/src/view/graph_view.rs @@ -195,6 +195,7 @@ mod imp { f64::max(0.0, 25.0 - (from_y - to_y).abs()) } else { 0.0 + }; // Place curve control offset by half the x distance between the two points.