From 124d73ee6485170375e5150a3460de3ec49f73c3 Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Sun, 16 Mar 2025 00:31:57 +0100 Subject: [PATCH] fix regression (start new wires in manhattan orient) --- src/callback.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/callback.c b/src/callback.c index f9d6e8a6..8ca8829a 100644 --- a/src/callback.c +++ b/src/callback.c @@ -253,6 +253,7 @@ void start_wire(double mx, double my) if(xctx->constr_mv == 1) my = xctx->my_double_save; if(xctx->constr_mv == 2) mx = xctx->mx_double_save; } else { + xctx->manhattan_lines = 1; xctx->mx_double_save=mx; xctx->my_double_save=my; }