From ea7341742a654469c0ae033bdf360a314aa827a1 Mon Sep 17 00:00:00 2001 From: Chayan Deb Date: Tue, 21 Jan 2025 21:37:04 +0530 Subject: [PATCH] [Undo Temporary Bugfix]: Discarded the temporary bugfix for commit ed1a471 --- src/callback.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/callback.c b/src/callback.c index 94470b2a..7022a157 100644 --- a/src/callback.c +++ b/src/callback.c @@ -4281,9 +4281,9 @@ int rstate; /* (reduced state, without ShiftMask) */ } /* end wire creation when dragging in intuitive interface from an inst pin ow wire endpoint */ - /*else if(xctx->intuitive_interface && (xctx->ui_state & STARTWIRE)) {*/ - /* if(end_place_move_copy_zoom()) break;*/ - /*}*/ + else if(xctx->intuitive_interface && (xctx->ui_state & STARTWIRE)) { + if(end_place_move_copy_zoom()) break; + } /* end intuitive_interface copy or move */ if(xctx->ui_state & STARTCOPY && xctx->drag_elements) {